summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-27 20:11:47 -0400
committerDavid Robillard <d@drobilla.net>2022-05-27 20:11:47 -0400
commitc3029a135236a3b8d8f323be9fcce114158b96ef (patch)
treed229420f21d5b506c9be8e3e75177e8d68f84bb3
parent1eed3df05526b22d716a2f89f166804f894ac5b1 (diff)
downloadpatchage-c3029a135236a3b8d8f323be9fcce114158b96ef.tar.gz
patchage-c3029a135236a3b8d8f323be9fcce114158b96ef.tar.bz2
patchage-c3029a135236a3b8d8f323be9fcce114158b96ef.zip
Build as C++17
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 0afa447..23da9bb 100644
--- a/wscript
+++ b/wscript
@@ -47,7 +47,7 @@ def options(ctx):
def configure(conf):
conf.load('compiler_cxx', cache=True)
conf.load('autowaf', cache=True)
- autowaf.set_cxx_lang(conf, 'c++14')
+ autowaf.set_cxx_lang(conf, 'c++17')
if Options.options.strict:
# Check for programs used by lint target