scons: remove pedantic flag
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 26 Jan 2009 12:12:38 +0000 (12:12 +0000)
committerKeith Whitwell <keithw@vmware.com>
Tue, 27 Jan 2009 11:16:32 +0000 (11:16 +0000)
scons/gallium.py

index bb4e3ab902b4f3282a4073c8985561e905b6924f..065c53c54b2589ead2f5f499218b5df54bfcaf6a 100644 (file)
@@ -313,7 +313,6 @@ def generate(env):
             '-Wno-long-long',
             '-ffast-math',
             '-std=gnu99',
-            '-pedantic',
             '-fmessage-length=0', # be nice to Eclipse
         ]
     if msvc: