From de6e978207f7299ef5070d458806a9ef4f0759fa Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 22 Jun 2011 16:15:59 +0000 Subject: [PATCH] adding new xcconfigs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/osx/wxdebug.xcconfig | 3 +++ build/osx/wxrelease.xcconfig | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 build/osx/wxdebug.xcconfig create mode 100644 build/osx/wxrelease.xcconfig diff --git a/build/osx/wxdebug.xcconfig b/build/osx/wxdebug.xcconfig new file mode 100644 index 0000000000..404f5fa25d --- /dev/null +++ b/build/osx/wxdebug.xcconfig @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000000..d3fb0366a9 --- /dev/null +++ b/build/osx/wxrelease.xcconfig @@ -0,0 +1,2 @@ +GCC_OPTIMIZATION_LEVEL = 2 +WX_PREPROCESSOR_DEFINITIONS = \ No newline at end of file