Skip to content

Commit 9f26e7a

Browse files
committed
Set b_ndebug to true
1 parent 93a8a5b commit 9f26e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project('SU2', 'c', 'cpp',
55
license: 'LGPL2',
66
default_options: ['buildtype=release',
77
'warning_level=0',
8-
'b_ndebug=if-release',
8+
'b_ndebug=true',
99
'c_std=c99',
1010
'cpp_std=c++17'])
1111

0 commit comments

Comments
 (0)