summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-27 20:02:56 -0400
committerDavid Robillard <d@drobilla.net>2022-05-27 20:13:21 -0400
commitee631481ba7cbe5f6afdf5dd00860eb9bbed57f4 (patch)
tree649cbb7aaf94699c7365334072c5c9b402fa778b /wscript
parentd613187161b5cb432a8b288b42241b1916c62f4f (diff)
downloadsord-ee631481ba7cbe5f6afdf5dd00860eb9bbed57f4.tar.gz
sord-ee631481ba7cbe5f6afdf5dd00860eb9bbed57f4.tar.bz2
sord-ee631481ba7cbe5f6afdf5dd00860eb9bbed57f4.zip
Build as C++14
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 509d8db..4b63610 100644
--- a/wscript
+++ b/wscript
@@ -51,7 +51,7 @@ def configure(conf):
conf.load('autowaf', cache=True)
autowaf.set_c_lang(conf, 'c99')
- autowaf.set_cxx_lang(conf, 'c++11')
+ autowaf.set_cxx_lang(conf, 'c++14')
conf.env.BUILD_UTILS = not Options.options.no_utils
conf.env.BUILD_SHARED = not Options.options.no_shared