We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a8a5b commit 9f26e7aCopy full SHA for 9f26e7a
meson.build
@@ -5,7 +5,7 @@ project('SU2', 'c', 'cpp',
5
license: 'LGPL2',
6
default_options: ['buildtype=release',
7
'warning_level=0',
8
- 'b_ndebug=if-release',
+ 'b_ndebug=true',
9
'c_std=c99',
10
'cpp_std=c++17'])
11
0 commit comments