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/login-server_sql.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/login-server_sql.vcproj')
-rw-r--r-- | vcproj-9/login-server_sql.vcproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcproj-9/login-server_sql.vcproj b/vcproj-9/login-server_sql.vcproj index f1d1fa94e..7a725fc36 100644 --- a/vcproj-9/login-server_sql.vcproj +++ b/vcproj-9/login-server_sql.vcproj @@ -41,11 +41,11 @@ /> <Tool Name="VCCLCompilerTool" + AdditionalOptions="/MP" Optimization="0" AdditionalIncludeDirectories="..\3rdparty\mysql\include;..\3rdparty\msinttypes\include;..\3rdparty\mt19937ar" PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION;WITH_SQL" GeneratePreprocessedFile="0" - MinimalRebuild="true" ExceptionHandling="0" BasicRuntimeChecks="3" RuntimeLibrary="1" @@ -129,6 +129,7 @@ /> <Tool Name="VCCLCompilerTool" + AdditionalOptions="/MP" Optimization="2" InlineFunctionExpansion="2" EnableIntrinsicFunctions="true" |