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 bb4e3ab..065c53c 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: