diff options
author | David Robillard <d@drobilla.net> | 2022-05-27 20:02:56 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-27 20:13:21 -0400 |
commit | ee631481ba7cbe5f6afdf5dd00860eb9bbed57f4 (patch) | |
tree | 649cbb7aaf94699c7365334072c5c9b402fa778b /wscript | |
parent | d613187161b5cb432a8b288b42241b1916c62f4f (diff) | |
download | sord-ee631481ba7cbe5f6afdf5dd00860eb9bbed57f4.tar.gz sord-ee631481ba7cbe5f6afdf5dd00860eb9bbed57f4.tar.bz2 sord-ee631481ba7cbe5f6afdf5dd00860eb9bbed57f4.zip |
Build as C++14
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |