diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2012-05-25 12:54:34 +1200 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2012-05-25 12:54:34 +1200 |
commit | bdfd07da829adfef71d59762151eeaea206c072e (patch) | |
tree | dee6d5277af085d931cb4d7ec294690c5b17a534 /lib/enca | |
parent | 3947a6f7bf920a5f2d5d1ca2dfaf58bd1f2a191c (diff) |
switch VS2010 debug project to disable STL iterator checks so that debugging at reasonable speed is feasible
Diffstat (limited to 'lib/enca')
-rw-r--r-- | lib/enca/libenca_win32/libenca_win32.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/enca/libenca_win32/libenca_win32.vcxproj b/lib/enca/libenca_win32/libenca_win32.vcxproj index 8f1282f19d..56702f4503 100644 --- a/lib/enca/libenca_win32/libenca_win32.vcxproj +++ b/lib/enca/libenca_win32/libenca_win32.vcxproj @@ -49,7 +49,7 @@ <ClCompile> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>.\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |