From: Stefan Csomor Date: Tue, 21 Jun 2011 08:55:05 +0000 (+0000) Subject: use same flags as command line build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1fb05ae58acbf6c318f35dbdad0d1d40ef7a70ad use same flags as command line build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/osx/wx.xcconfig b/build/osx/wx.xcconfig index 5931b52435..28ded96f24 100644 --- a/build/osx/wx.xcconfig +++ b/build/osx/wx.xcconfig @@ -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