Sign in
qemu
/
meson
/
0279acbfe54a83fa110cf7587b480e8f38adc634
/
.
/
test cases
/
unit
/
123 reconfigure base options
/
subprojects
/
sub
/
meson.build
blob: ba740d1cae90138880493781cf24548441d418e9 [
file
] [
log
] [
blame
]
project
(
'sub'
,
'c'
,
default_options
:
[
'c_std=c89'
])
message
(
'b_ndebug: '
+
get_option
(
'b_ndebug'
))
message
(
'c_std: '
+
get_option
(
'c_std'
))