]> git.saurik.com Git - wxWidgets.git/commitdiff
use same flags as command line build
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 21 Jun 2011 08:55:05 +0000 (08:55 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 21 Jun 2011 08:55:05 +0000 (08:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/osx/wx.xcconfig

index 5931b52435062a9520689ed4ac5848351b3b1808..28ded96f24fefdc2b0dc7ad5e0657451defc8ad5 100644 (file)
@@ -7,6 +7,7 @@ PRODUCT_NAME = wx_osx_$(WXTOOLKIT)
 
 // USER_HEADER_SEARCH_PATHS = ${SYMROOT}/include ../include osx/carbon/morefilex common jpeg png regex expat/lib tiff/libtiff stc stc/scintilla/include stc/scintilla/src
 
+OTHER_CFLAGS = -fno-strict-aliasing -fno-common
 
 GCC_PREFIX_HEADER = $(WXROOT)/include/wx/wxprec.h
 GCC_PRECOMPILE_PREFIX_HEADER = YES