From 1fb05ae58acbf6c318f35dbdad0d1d40ef7a70ad Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 21 Jun 2011 08:55:05 +0000 Subject: [PATCH] use same flags as command line build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/osx/wx.xcconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/build/osx/wx.xcconfig b/build/osx/wx.xcconfig index 5931b52..28ded96 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 -- 2.7.4