| Index: scripts/slave/compile.py
|
| ===================================================================
|
| --- scripts/slave/compile.py (revision 51523)
|
| +++ scripts/slave/compile.py (working copy)
|
| @@ -56,12 +56,6 @@
|
| options.solution = 'all.xcodeproj'
|
| command.extend(['-project', options.solution])
|
|
|
| - # With the 3.2.x toolchain, it seems xcodebuild doesn't honor the project's
|
| - # BuildIndependentTargetsInParallel setting (the IDE does). Work around this
|
| - # by directly adding the command line argument to force parallel target
|
| - # building. (radr://8150925)
|
| - command.extend(['-parallelizeTargets'])
|
| -
|
| # Most of the bot hostnames are in the pattern of "base####.subnet.domain".
|
| # To use the "base" and "subnet" to pull a list of distccd servers to use the
|
| # that bot. That way, the files can easily be tweaked to affect all of the
|
|
|