blob: 8a13b78b2cc842a6c2979b521e9720ac44000fed [file] [log] [blame]
project('reconfigure', 'c',
default_options: ['c_std=c89'])
subproject('sub')
message('b_ndebug: ' + get_option('b_ndebug'))
message('c_std: ' + get_option('c_std'))