From 45c363c5eb600988ada161e5c5ee211d8876b713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 3 Apr 2013 18:13:30 +0000 Subject: [PATCH] Use the same wxDEBUG_LEVEL settings for Xcode projects as elsewhere. 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 | 1 - build/osx/wxrelease.xcconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/build/osx/wxdebug.xcconfig b/build/osx/wxdebug.xcconfig index 404f5fa25d..4cd18dd2c0 100644 --- a/build/osx/wxdebug.xcconfig +++ b/build/osx/wxdebug.xcconfig @@ -1,3 +1,2 @@ GCC_OPTIMIZATION_LEVEL = 0 ONLY_ACTIVE_ARCH = YES -WX_PREPROCESSOR_DEFINITIONS = __WXDEBUG__=1 \ No newline at end of file diff --git a/build/osx/wxrelease.xcconfig b/build/osx/wxrelease.xcconfig index 34ebec1adf..f89e8d74f4 100644 --- a/build/osx/wxrelease.xcconfig +++ b/build/osx/wxrelease.xcconfig @@ -1,2 +1 @@ GCC_OPTIMIZATION_LEVEL = 2 -WX_PREPROCESSOR_DEFINITIONS = wxDEBUG_LEVEL=0 \ No newline at end of file