projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a087eb5
)
Revert "scons: Pass -fno-strict-aliasing to gcc."
author
Brian Paul
<brianp@vmware.com>
Fri, 11 Dec 2009 17:11:45 +0000
(10:11 -0700)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/scons/gallium.py
b/scons/gallium.py
index f4e82e8e0a58c046d3c36db99eb18426bc2372a6..5f149f952844945a49e6441c3f7eb5c7e419c612 100644
(file)
--- 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',