Full optimization gives a tad more speed ;)

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@603 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
ramapcsx2 2009-01-16 22:03:08 +00:00 committed by Gregory Hainaut
parent 7f9311f527
commit 62e071fd6e
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,7 @@
/>
<Tool
Name="VCCLCompilerTool"
Optimization="3"
AdditionalIncludeDirectories="$(SolutionDir)\common"
PreprocessorDefinitions="NDEBUG,WIN32_PTHREADS"
ExceptionHandling="2"
@ -304,6 +305,7 @@
/>
<Tool
Name="VCCLCompilerTool"
Optimization="3"
AdditionalIncludeDirectories="$(SolutionDir)\common"
PreprocessorDefinitions="NDEBUG;WIN32_PTHREADS"
StringPooling="true"
@ -390,6 +392,7 @@
/>
<Tool
Name="VCCLCompilerTool"
Optimization="3"
EnableFiberSafeOptimizations="true"
AdditionalIncludeDirectories="$(SolutionDir)\common"
PreprocessorDefinitions="NDEBUG,WIN32_PTHREADS"
@ -475,6 +478,7 @@
/>
<Tool
Name="VCCLCompilerTool"
Optimization="3"
EnableFiberSafeOptimizations="true"
AdditionalIncludeDirectories="$(SolutionDir)\common"
PreprocessorDefinitions="NDEBUG,WIN32_PTHREADS"