summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2a1a40384..47e71efc0 100644
--- a/meson.build
+++ b/meson.build
@@ -9,8 +9,9 @@ project(
meson_version: '>= 0.64.0',
default_options: [
'buildtype=debugoptimized',
+ 'b_ndebug=if-release',
'c_std=c99',
- 'cpp_std=c++14',
+ 'cpp_std=c++17',
'blas=openblas',
'lapack=openblas',
'pkgconfig.relocatable=true',