1
0
Fork 0

VC2008 project file: enabled multi-threaded compilation of Release and Release-profiled targets

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1403 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2013-04-22 19:26:39 +00:00
parent cffe84657d
commit 7624d4ed81
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,7 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
Optimization="3"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
@ -194,6 +195,7 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
Optimization="3"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"