summaryrefslogtreecommitdiffstats
path: root/trace/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'trace/wscript')
-rw-r--r--trace/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/trace/wscript b/trace/wscript
index 53a1ab4..63ddd50 100644
--- a/trace/wscript
+++ b/trace/wscript
@@ -65,6 +65,7 @@ def build(bld):
if bld.env.HAVE_STD_CXX14:
cxxstd = '-std=c++14'
conf['cxxflags'] = [cxxstd] + conf['cflags']
+ conf['cflags'] = ['-std=c99'] + conf['cflags']
conf['linkflags'] = ['-g']
conf['lib'] = []
if bld.env.LIB_WS2_32: