aboutsummaryrefslogtreecommitdiff
path: root/test cases/windows/17 msvc ndebug/meson.build
blob: 78eaf896d85f402b582c72ffb8bcc60743c43641 (plain)
1
2
3
4
5
6
7
project('msvc_ndebug', 'cpp',
    default_options : [ 'b_ndebug=true' ]
)

exe = executable('exe', 'main.cpp')

test('ndebug', exe)