From 9a7aeac49c9bed7507eed876e1d35fa4386f0382 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 26 Jan 2009 12:12:38 +0000 Subject: scons: remove pedantic flag --- scons/gallium.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scons/gallium.py') diff --git a/scons/gallium.py b/scons/gallium.py index bb4e3ab902b..065c53c54b2 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -313,7 +313,6 @@ def generate(env): '-Wno-long-long', '-ffast-math', '-std=gnu99', - '-pedantic', '-fmessage-length=0', # be nice to Eclipse ] if msvc: -- cgit v1.2.3