Explicitly enable optimization for the CSRI project to eliminate some link-time warnings about optimizations being disabled
Originally committed to SVN as r6706.
This commit is contained in:
parent
c28f262ec4
commit
c28a2d33ed
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="2"
|
||||||
AdditionalIncludeDirectories="lib;lib/win32;include;../../aegisub/src/msvc"
|
AdditionalIncludeDirectories="lib;lib/win32;include;../../aegisub/src/msvc"
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||||
RuntimeLibrary="2"
|
RuntimeLibrary="2"
|
||||||
|
|
Loading…
Reference in a new issue