Module: Mesa Branch: master Commit: 09aa9844947771cb75cf6cbd1c40e0b573d8dafd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09aa9844947771cb75cf6cbd1c40e0b573d8dafd
Author: Brian Paul <[email protected]> Date: Fri Dec 11 10:11:45 2009 -0700 Revert "scons: Pass -fno-strict-aliasing to gcc." This reverts commit a2937a2f4ecf22a5a4242cd0a350f20228f50232. Per Jose's comment, We don't want this on master. --- scons/gallium.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/scons/gallium.py b/scons/gallium.py index f4e82e8..5f149f9 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', _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
