diff options
Diffstat (limited to 'scons')
-rw-r--r-- | scons/gallium.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scons/gallium.py b/scons/gallium.py index 1136d26908..19eeb18be8 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -311,6 +311,7 @@ def generate(env): '-Wmissing-prototypes', '-Wno-long-long', '-ffast-math', + '-std=c99', '-pedantic', '-fmessage-length=0', # be nice to Eclipse ] |