Skip to content

Commit

Permalink
Fixed incorrect flag value
Browse files Browse the repository at this point in the history
  • Loading branch information
quellish committed Dec 6, 2017
1 parent b34f80d commit 59b55ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -233,7 +233,7 @@ Xcode 9.2 has experimental support for increasing the number of concurrent build
To enable this feature, quit Xcode and enter this command in a Terminal window:

```
$defaults write com.apple.dt.Xcode BuildSystemScheduleInherentlyParallelCommandsExclusively -bool YES
$defaults write com.apple.dt.Xcode BuildSystemScheduleInherentlyParallelCommandsExclusively -bool NO
```

Test wether this benefits your project. For many projects it may not make a difference, but for others the savings may be very significant.
Expand Down

0 comments on commit 59b55ba

Please sign in to comment.