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/mapcache.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/mapcache.vcproj')
-rw-r--r-- | vcproj-9/mapcache.vcproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcproj-9/mapcache.vcproj b/vcproj-9/mapcache.vcproj index f25c016f3..54c2756ff 100644 --- a/vcproj-9/mapcache.vcproj +++ b/vcproj-9/mapcache.vcproj @@ -40,11 +40,11 @@ /> <Tool Name="VCCLCompilerTool" + AdditionalOptions="/MP" Optimization="0" AdditionalIncludeDirectories="..\3rdparty\zlib\include;..\3rdparty\msinttypes\include" PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;MINICORE" GeneratePreprocessedFile="0" - MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" RuntimeLibrary="1" @@ -126,6 +126,7 @@ /> <Tool Name="VCCLCompilerTool" + AdditionalOptions="/MP" Optimization="2" InlineFunctionExpansion="2" EnableIntrinsicFunctions="true" |