summaryrefslogtreecommitdiff
path: root/scons
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-11 10:11:45 -0700
committerBrian Paul <brianp@vmware.com>2009-12-11 10:11:45 -0700
commit09aa9844947771cb75cf6cbd1c40e0b573d8dafd (patch)
treed0b7d80951bf9a637445ae2b781a87c7c30fd0cd /scons
parenta087eb590d780cb82b49464e05ffc85123adce7e (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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scons/gallium.py b/scons/gallium.py
index f4e82e8e0a5..5f149f95284 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',