From 2aec2318cce0ba4eb5c26ba975e13728c9ec1731 Mon Sep 17 00:00:00 2001 From: gabest11 Date: Wed, 20 May 2009 21:22:37 +0000 Subject: [PATCH] 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 --- plugins/GSdx/vsprops/release.vsprops | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/vsprops/release.vsprops b/plugins/GSdx/vsprops/release.vsprops index 5cc40308ee..618c9e8888 100644 --- a/plugins/GSdx/vsprops/release.vsprops +++ b/plugins/GSdx/vsprops/release.vsprops @@ -12,7 +12,7 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" WholeProgramOptimization="true" - PreprocessorDefinitions="NDEBUG" + PreprocessorDefinitions="NDEBUG;_SECURE_SCL=0" StringPooling="true" BufferSecurityCheck="false" />