Skip to content

Commit 59b55ba

Browse files
committed
Fixed incorrect flag value
1 parent b34f80d commit 59b55ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Xcode 9.2 has experimental support for increasing the number of concurrent build
233233
To enable this feature, quit Xcode and enter this command in a Terminal window:
234234

235235
```
236-
$defaults write com.apple.dt.Xcode BuildSystemScheduleInherentlyParallelCommandsExclusively -bool YES
236+
$defaults write com.apple.dt.Xcode BuildSystemScheduleInherentlyParallelCommandsExclusively -bool NO
237237
```
238238

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

0 commit comments

Comments
 (0)