From 09aa9844947771cb75cf6cbd1c40e0b573d8dafd Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 11 Dec 2009 10:11:45 -0700 Subject: 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 file changed, 1 deletion(-) (limited to 'scons') 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', -- cgit v1.2.3