Oops. Put no RTTI on debug build as well.

This commit is contained in:
Scott Ehlert 2006-04-07 08:58:37 +00:00
parent c1edaa83bd
commit 971c5ffbb5

View File

@ -149,6 +149,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;csx_EXPORTS"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
RuntimeTypeInfo="false"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\debug/csx.pch"
AssemblerListingLocation=".\debug/"