mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
7f9311f527
commit
62e071fd6e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue