summaryrefslogtreecommitdiffstats
path: root/test cases/common/174 ndebug if-release enabled/meson.build
blob: be263752acc6fb524f1794636a41b78253fd02f9 (plain)
1
2
3
4
5
6
7
project('ndebug enabled', 'c',
        default_options : [
          'buildtype=debugoptimized',
          'b_ndebug=if-release',
        ])

test('exe', executable('main', 'main.c'))