From 5b4006ceed034009e76fe5cf58b3ce6e5217f985 Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 24 Jul 2009 09:02:24 +0800 Subject: [8194] Use _SECURE_SCL=0 for speedup iterators work at Windows platform in release mode. Author: Ambal Change added for VC80/VC90, but not added for VC10. --HG-- branch : trunk --- win/VC80/ScriptsInterfaces.vcproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'win/VC80/ScriptsInterfaces.vcproj') diff --git a/win/VC80/ScriptsInterfaces.vcproj b/win/VC80/ScriptsInterfaces.vcproj index d4329a747cc..396734c65d3 100644 --- a/win/VC80/ScriptsInterfaces.vcproj +++ b/win/VC80/ScriptsInterfaces.vcproj @@ -375,8 +375,8 @@ Name="VCCLCompilerTool" AdditionalOptions="/MP" AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT" - RuntimeLibrary="0" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT;_SECURE_SCL=0" + RuntimeLibrary="2" EnableEnhancedInstructionSet="1" UsePrecompiledHeader="0" WarningLevel="3" @@ -458,8 +458,8 @@ Name="VCCLCompilerTool" AdditionalOptions="/MP" AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT" - RuntimeLibrary="0" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT;_SECURE_SCL=0" + RuntimeLibrary="2" EnableEnhancedInstructionSet="0" UsePrecompiledHeader="0" WarningLevel="3" -- cgit v1.2.3