parent
6795b619c6
commit
848ee45bb2
3 changed files with 12 additions and 0 deletions
@ -1,3 +1,7 @@ |
||||
project('ndebug enabled', 'c') |
||||
|
||||
if meson.get_compiler('c').get_id() == 'msvc' |
||||
error('MESON_SKIP_TEST b_ndebug is not supported on Visual Studio') |
||||
endif |
||||
|
||||
executable('main', 'main.c') |
||||
|
Loading…
Reference in new issue