Sign in
qemu
/
meson
/
87681980bc8f49d8f3dbbcb0db8944a487575e96
/
.
/
test cases
/
unit
/
122 reconfigure base options
/
meson.build
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'
))