Commit d68c791
committed
Remove -incremental when using -whole-module-optimization
Passing both results in noisy remarks when building from the command line like:
```
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
```
https://forums.swift.org/t/incremental-compilation-has-been-disabled-it-is-not-compatible-with-whole-module-optimization/660921 parent a0c5e54 commit d68c791
File tree
3 files changed
+6
-5
lines changed- lib/BuildSystem
- tests/SwiftBuildTool
3 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2583 | 2583 | | |
2584 | 2584 | | |
2585 | 2585 | | |
2586 | | - | |
2587 | | - | |
| 2586 | + | |
2588 | 2587 | | |
2589 | 2588 | | |
2590 | 2589 | | |
| |||
2600 | 2599 | | |
2601 | 2600 | | |
2602 | 2601 | | |
| 2602 | + | |
| 2603 | + | |
2603 | 2604 | | |
2604 | 2605 | | |
2605 | 2606 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments