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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user