removed an incompatible option from devel builds (it refuses to build), presumably whoever changed it wanted the debug option on, so ive removed the optimization.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@863 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
refraction 2009-03-30 17:10:57 +00:00
parent 8a99bf1d63
commit 695608991c
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
/>
<Tool
Name="VCCLCompilerTool"
Optimization="3"
Optimization="0"
InlineFunctionExpansion="0"
FavorSizeOrSpeed="1"
WholeProgramOptimization="false"