diff options
author | Brian Paul <brianp@vmware.com> | 2009-12-11 10:11:45 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-12-11 10:11:45 -0700 |
commit | 09aa9844947771cb75cf6cbd1c40e0b573d8dafd (patch) | |
tree | d0b7d80951bf9a637445ae2b781a87c7c30fd0cd /scons | |
parent | a087eb590d780cb82b49464e05ffc85123adce7e (diff) |
Revert "scons: Pass -fno-strict-aliasing to gcc."
This reverts commit a2937a2f4ecf22a5a4242cd0a350f20228f50232.
Per Jose's comment, We don't want this on master.
Diffstat (limited to 'scons')
-rw-r--r-- | scons/gallium.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scons/gallium.py b/scons/gallium.py index f4e82e8e0a..5f149f9528 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -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', |