Revert "scons: Pass -fno-strict-aliasing to gcc."

This reverts commit a2937a2f4e.

Per Jose's comment, We don't want this on master.
This commit is contained in:
Brian Paul
2009-12-11 10:11:45 -07:00
parent a087eb590d
commit 09aa984494

View File

@@ -370,7 +370,6 @@ def generate(env):
'-Wno-long-long',
'-ffast-math',
'-fmessage-length=0', # be nice to Eclipse
'-fno-strict-aliasing', # we violate strict pointer aliasing rules
]
cflags += [
'-Werror=declaration-after-statement',