Kaydet (Commit) 33ed80c2 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

the compiler of the 10.6 SDK is pretty confused wrt to aliasing warning

Change-Id: I7628a7cf862642e2fa85bf25bfc60cd7f06c2dbe
üst 1526e6fd
...@@ -71,6 +71,11 @@ gb_COMPILERDEFS += \ ...@@ -71,6 +71,11 @@ gb_COMPILERDEFS += \
endif endif
ifneq ($(filter 1060,$(MACOSX_SDK_VERSION)),)
gb_COMPILERNOOPTFLAGS := -O0 -fstrict-overflow
endif
ifeq ($(HAVE_GCC_NO_LONG_DOUBLE),TRUE) ifeq ($(HAVE_GCC_NO_LONG_DOUBLE),TRUE)
gb_CXXFLAGS += -Wno-long-double gb_CXXFLAGS += -Wno-long-double
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment