From: Brian Paul Date: Fri, 11 Dec 2009 17:11:45 +0000 (-0700) Subject: Revert "scons: Pass -fno-strict-aliasing to gcc." X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09aa9844947771cb75cf6cbd1c40e0b573d8dafd;p=mesa.git Revert "scons: Pass -fno-strict-aliasing to gcc." This reverts commit a2937a2f4ecf22a5a4242cd0a350f20228f50232. Per Jose's comment, We don't want this on master. --- 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',