mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
a0546736a1
commit
2aec2318cc
|
@ -12,7 +12,7 @@
|
|||
FavorSizeOrSpeed="1"
|
||||
OmitFramePointers="true"
|
||||
WholeProgramOptimization="true"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0"
|
||||
StringPooling="true"
|
||||
BufferSecurityCheck="false"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue