]> git.saurik.com Git - wxWidgets.git/commitdiff
adding new xcconfigs
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 22 Jun 2011 16:15:59 +0000 (16:15 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 22 Jun 2011 16:15:59 +0000 (16:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/osx/wxdebug.xcconfig [new file with mode: 0644]
build/osx/wxrelease.xcconfig [new file with mode: 0644]

diff --git a/build/osx/wxdebug.xcconfig b/build/osx/wxdebug.xcconfig
new file mode 100644 (file)
index 0000000..404f5fa
--- /dev/null
@@ -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 (file)
index 0000000..d3fb036
--- /dev/null
@@ -0,0 +1,2 @@
+GCC_OPTIMIZATION_LEVEL = 2
+WX_PREPROCESSOR_DEFINITIONS = 
\ No newline at end of file