how to modify the number of parallel compilation with Xcode

后端 未结 5 1314
生来不讨喜
生来不讨喜 2021-02-02 00:44

How to change the number of parallel compilations when building a C++ project with XCode ?

I am not talking about distributed builds, but on simultaneous compilations of

5条回答
  •  梦如初夏
    2021-02-02 01:26

    I don't know why it drops from four to two, but I also found that quitting Xcode 6, then in Terminal entering "defaults write xcodebuild IDEBuildOperationMaxNumberOfConcurrentCompileTasks 4" got me back to four when Xcode is restarted.

提交回复
热议问题