Set optimal options for release vc9 projects.

Fixes issue 62.
This commit is contained in:
castano
2008-09-11 07:48:02 +00:00
parent f5f6e88585
commit d7ddcb9263
14 changed files with 189 additions and 3 deletions

View File

@ -169,9 +169,15 @@
/>
<Tool
Name="VCCLCompilerTool"
Optimization="3"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"
OmitFramePointers="true"
AdditionalIncludeDirectories="..;..\..\..\src;..\..\..\gnuwin32\include"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__SSE2__;__SSE__;__MMX__"
StringPooling="true"
RuntimeLibrary="2"
EnableEnhancedInstructionSet="0"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"