]> git.saurik.com Git - wxWidgets.git/commitdiff
Use the same wxDEBUG_LEVEL settings for Xcode projects as elsewhere.
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 3 Apr 2013 18:13:30 +0000 (18:13 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 3 Apr 2013 18:13:30 +0000 (18:13 +0000)
Use the same debug flag default settings in the build/osx Xcode projects
as are used by all other makefiles and projects - that is,
wxDEBUG_LEVEL=1.  This is done automatically by the headers, no need to
define any extra symbols when building.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/osx/wxdebug.xcconfig
build/osx/wxrelease.xcconfig

index 404f5fa25d266b3ebe61686f57e6fbf3618cd526..4cd18dd2c055f79d7e5460f1ef36182cf069dc18 100644 (file)
@@ -1,3 +1,2 @@
 GCC_OPTIMIZATION_LEVEL = 0
 ONLY_ACTIVE_ARCH = YES
 GCC_OPTIMIZATION_LEVEL = 0
 ONLY_ACTIVE_ARCH = YES
-WX_PREPROCESSOR_DEFINITIONS = __WXDEBUG__=1
\ No newline at end of file
index 34ebec1adfb7104256944b360c1fdb288287361d..f89e8d74f4d5481ab4632777a2f06e4d56149a75 100644 (file)
@@ -1,2 +1 @@
 GCC_OPTIMIZATION_LEVEL = 2
 GCC_OPTIMIZATION_LEVEL = 2
-WX_PREPROCESSOR_DEFINITIONS = wxDEBUG_LEVEL=0
\ No newline at end of file