project('msvc_ndebug', 'cpp', default_options : [ 'b_ndebug=true' ] ) exe = executable('exe', 'main.cpp') test('ndebug', exe)