diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-11-21 11:00:59 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-11-21 11:00:59 +0000 |
commit | 811218cff672c518bcffacb7d341c5f8fa1ed449 (patch) | |
tree | 56fcc0f65399fddb20855c611ca61727295b92ea /vcproj-9/plugin-pid.vcproj | |
parent | f5bc81ba1313166f2e6a83a0cb2a15f9b302893b (diff) | |
download | hercules-811218cff672c518bcffacb7d341c5f8fa1ed449.tar.gz hercules-811218cff672c518bcffacb7d341c5f8fa1ed449.tar.bz2 hercules-811218cff672c518bcffacb7d341c5f8fa1ed449.tar.xz hercules-811218cff672c518bcffacb7d341c5f8fa1ed449.zip |
Added /MP (build with multiple processes) switch to all vcproj-9 files to significantly speed up compilation.
Disabled /Gm (C++ minimal rebuild) in debug mode because it conflicted with /MP.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14997 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-9/plugin-pid.vcproj')
-rw-r--r-- | vcproj-9/plugin-pid.vcproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcproj-9/plugin-pid.vcproj b/vcproj-9/plugin-pid.vcproj index ffc9231bf..b9e6b3b7c 100644 --- a/vcproj-9/plugin-pid.vcproj +++ b/vcproj-9/plugin-pid.vcproj @@ -47,10 +47,10 @@ /> <Tool Name="VCCLCompilerTool" + AdditionalOptions="/MP" Optimization="0" AdditionalIncludeDirectories="../3rdparty/msinttypes/include" PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" - MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" PrecompiledHeaderFile=".\Debug/pid/pid.pch" @@ -142,6 +142,7 @@ /> <Tool Name="VCCLCompilerTool" + AdditionalOptions="/MP" Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../3rdparty/msinttypes/include" |