Temporarily disable strict aliasing to check whether that has any relevance to the n810 bustage.

This commit is contained in:
Jeff Walden 2010-03-23 13:03:15 -07:00
parent 2a04976962
commit 40f3195c08

View File

@ -127,9 +127,9 @@ INTERP_OPTIMIZER = -O2 -GL
BUILTINS_OPTIMIZER = -O2 -GL BUILTINS_OPTIMIZER = -O2 -GL
LDFLAGS += -LTCG LDFLAGS += -LTCG
else else
OPTIMIZER = -Os -fstrict-aliasing -fno-exceptions -fno-rtti -Wstrict-aliasing=2 OPTIMIZER = -Os -fno-exceptions -fno-rtti
BUILTINS_OPTIMIZER = -O9 -fstrict-aliasing -fno-exceptions -fno-rtti BUILTINS_OPTIMIZER = -O9 -fno-exceptions -fno-rtti
INTERP_OPTIMIZER = -O3 -fstrict-aliasing -fno-exceptions -fno-rtti INTERP_OPTIMIZER = -O3 -fno-exceptions -fno-rtti
endif endif
DEFINES += -UDEBUG -DNDEBUG -UDEBUG_$(USER) DEFINES += -UDEBUG -DNDEBUG -UDEBUG_$(USER)
OBJDIR_TAG = _OPT OBJDIR_TAG = _OPT