This is apparently needed to get NDEBUG defined properly
This commit is contained in:
parent
5a77970b79
commit
3536487cc5
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
project('memoserv', 'cpp', default_options:['debug=true', 'cpp_std=c++17'])
|
||||
project('memoserv', 'cpp', default_options:['debug=true', 'cpp_std=c++17', 'b_ndebug=if-release'])
|
||||
|
||||
subdir('src/gui')
|
||||
|
|
Loading…
Add table
Reference in a new issue