From: Vadim Zeitlin Date: Fri, 4 Sep 2009 16:21:05 +0000 (+0000) Subject: Enable debug information in release builds for msvc makefiles too. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0c4311ca1e99ba09d9ab3bbd5029ec724f5b49fa Enable debug information in release builds for msvc makefiles too. Debug information was enabled for release builds for MSVC project files but not the makefiles which was inconsistent, correct this. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index e462f04382..a54e5b2335 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -6,6 +6,10 @@ $(FORMAT in ['msvc6prj','msevc4prj','msvs2003prj','msvs2005prj','msvs2008prj']) + + $(IS_MSVC_PRJ=='1' or FORMAT=='msvc') + + 0 @@ -107,9 +111,15 @@ Accepted values: AMD64, IA64. + - 1 - default + 1 + default