parent
2febb99eee
commit
6910f604ed
3 changed files with 12 additions and 0 deletions
@ -1,3 +1,7 @@ |
|||||||
project('ndebug enabled', 'c') |
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') |
executable('main', 'main.c') |
||||||
|
Loading…
Reference in new issue