GSdx: found a compiler def for stl that removes a lot of iterator checks in the release build.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1228 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gabest11 2009-05-20 21:22:37 +00:00
parent a0546736a1
commit 2aec2318cc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
FavorSizeOrSpeed="1"
OmitFramePointers="true"
WholeProgramOptimization="true"
PreprocessorDefinitions="NDEBUG"
PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
StringPooling="true"
BufferSecurityCheck="false"
/>