mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 09:48:07 +02:00
scons: Use -std=gnu99
It a scary world out there: people use all sort of non standard C stuff, and we must enable support for that in here in order to build. -pedantic still warn us when we use that nonstandard though.
This commit is contained in:
parent
eac69bf99e
commit
47ca0234dc
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ def generate(env):
|
|||
'-Wmissing-prototypes',
|
||||
'-Wno-long-long',
|
||||
'-ffast-math',
|
||||
'-std=c99',
|
||||
'-std=gnu99',
|
||||
'-pedantic',
|
||||
'-fmessage-length=0', # be nice to Eclipse
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue