diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | wscript | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,10 @@ jalv (1.6.7) unstable; + * Build Qt and Gtkmm versions as C++14 * Fix crash when running jalv without arguments * Remove Qt4 support - -- David Robillard <d@drobilla.net> Mon, 15 Feb 2021 15:18:55 +0000 + -- David Robillard <d@drobilla.net> Fri, 27 May 2022 16:34:40 +0000 jalv (1.6.6) stable; @@ -38,6 +38,7 @@ def configure(conf): conf.load('compiler_cxx', cache=True) conf.load('autowaf', cache=True) autowaf.set_c_lang(conf, 'c99') + autowaf.set_cxx_lang(conf, 'c++14') if Options.options.strict: # Check for programs used by lint target |