diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-09-22 13:20:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-09-22 13:20:59 +0200 |
commit | 01e8ab839b1a08b227972b07567e9611ae8148f0 (patch) | |
tree | 4c1b196ec87ad8b5e223d10b258cb3c29d23f95b /mysql/template/template-vc9.vcproj | |
parent | ff17239429f51559fcfd84118a9518f69e82be04 (diff) |
Remove NDEBUG macro from VC project; tests always need enabled assert()1.6.0.a2
Diffstat (limited to 'mysql/template/template-vc9.vcproj')
-rw-r--r-- | mysql/template/template-vc9.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql/template/template-vc9.vcproj b/mysql/template/template-vc9.vcproj index a9b8038..e6a253a 100644 --- a/mysql/template/template-vc9.vcproj +++ b/mysql/template/template-vc9.vcproj @@ -123,7 +123,7 @@ Optimization="2" EnableIntrinsicFunctions="true" AdditionalIncludeDirectories="$(SolutionDir)\..\libcommon" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_VC_H" + PreprocessorDefinitions="WIN32;_CONSOLE;HAVE_CONFIG_VC_H" RuntimeLibrary="2" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" @@ -278,7 +278,7 @@ Optimization="2" EnableIntrinsicFunctions="true" AdditionalIncludeDirectories="$(SolutionDir)\..\libcommon" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_VC_H" + PreprocessorDefinitions="WIN32;_CONSOLE;HAVE_CONFIG_VC_H" RuntimeLibrary="2" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" |