1 2 3 4 5 6 7
project('msvc_ndebug', 'cpp', default_options : [ 'b_ndebug=true' ] ) exe = executable('exe', 'main.cpp') test('ndebug', exe)