|
@@ -40,11 +40,11 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
+ AdditionalOptions="/MP"
|
|
|
Optimization="0"
|
|
|
AdditionalIncludeDirectories="..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include;..\3rdparty\msinttypes\include;..\3rdparty\mt19937ar"
|
|
|
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
|
|
|
GeneratePreprocessedFile="0"
|
|
|
- MinimalRebuild="true"
|
|
|
ExceptionHandling="0"
|
|
|
BasicRuntimeChecks="3"
|
|
|
RuntimeLibrary="1"
|
|
@@ -128,6 +128,7 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
+ AdditionalOptions="/MP"
|
|
|
Optimization="2"
|
|
|
InlineFunctionExpansion="2"
|
|
|
EnableIntrinsicFunctions="true"
|