This is apparently needed to get NDEBUG defined properly

This commit is contained in:
King_DuckZ 2019-08-19 21:36:13 +01:00
parent 5a77970b79
commit 3536487cc5

View file

@ -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')