summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 31e4e5a..bed3520 100644
--- a/SConstruct
+++ b/SConstruct
@@ -6,7 +6,7 @@ conf = Configure(env)
conf.CheckLib('mp3lame')
env = conf.Finish()
-env.Append(CCFLAGS = ['-std=c99'])
+env.Append(CCFLAGS = ['-std=gnu99'])
if GetOption('release'):
env.Append(CCFLAGS = ['-O2'])