Revert "scons: Pass -fno-strict-aliasing to gcc."
authorBrian Paul <brianp@vmware.com>
Fri, 11 Dec 2009 17:11:45 +0000 (10:11 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 11 Dec 2009 17:11:45 +0000 (10:11 -0700)
This reverts commit a2937a2f4ecf22a5a4242cd0a350f20228f50232.

Per Jose's comment, We don't want this on master.

scons/gallium.py

index f4e82e8e0a58c046d3c36db99eb18426bc2372a6..5f149f952844945a49e6441c3f7eb5c7e419c612 100644 (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',