aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-10-03 20:52:41 +0200
committerDavid Robillard <d@drobilla.net>2017-12-16 13:57:52 +0100
commit87fe5b3202ba3d16a3ce255f1b4d8b98bb7ef8ca (patch)
tree965e07a9326cd55f76bc03ef6a3938b93e98a75f /wscript
parenta18c1346b9069d6a45de215d70d258654342129c (diff)
downloadjalv-87fe5b3202ba3d16a3ce255f1b4d8b98bb7ef8ca.tar.gz
jalv-87fe5b3202ba3d16a3ce255f1b4d8b98bb7ef8ca.tar.bz2
jalv-87fe5b3202ba3d16a3ce255f1b4d8b98bb7ef8ca.zip
Update waf
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/wscript b/wscript
index f65055d..4b0bfe5 100644
--- a/wscript
+++ b/wscript
@@ -48,8 +48,6 @@ def configure(conf):
conf.load('compiler_cxx')
autowaf.configure(conf)
autowaf.display_header('Jalv Configuration')
- autowaf.set_c99_mode(conf)
- autowaf.set_cxx11_mode(conf)
if conf.check(cflags=["-std=c11"]):
conf.env.append_unique('CFLAGS', ['-std=c11'])