gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

Parallel build #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Why there is no parallel build (i have 8 cored machine, but only one core is 
utilized when building for android)

there is obviously no /MP switch ... I have 'maximum number of parallel project 
builds' in VC->tools->options set to 8, the solution contains 17 projects ... 
but they are built one by one ... the dependency is that the final one (the one 
that produces *.so) depends on all the others so this should be fine for 
parallel builds. 

Any idea why msbuild does not utilize all cores ? (for win32 and xbox it does)

Original issue reported on code.google.com by szatan.i...@gmail.com on 17 Feb 2012 at 3:58

GoogleCodeExporter commented 9 years ago
Dupe:
http://code.google.com/p/vs-android/issues/detail?id=40

Original comment by gavin.dj.pugh on 17 Feb 2012 at 10:42