diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2009-01-26 12:12:38 +0000 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-01-27 11:16:32 +0000 |
commit | 9a7aeac49c9bed7507eed876e1d35fa4386f0382 (patch) | |
tree | 91692cea7080fe25f202d930b6d6c987270c76e5 | |
parent | 005a375068dc876b664114c7eb00f8d6b469fc1a (diff) |
scons: remove pedantic flag
-rw-r--r-- | scons/gallium.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scons/gallium.py b/scons/gallium.py index bb4e3ab902..065c53c54b 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: |