Sign in
qemu
/
meson
/
refs/heads/cppnorth
/
.
/
docs
/
markdown
/
snippets
/
option_dict.md
blob: 79cca5f7663f30d4d36f2fcfab47e8affd809df7 [
file
] [
log
] [
blame
] [
view
]
## default_options and override_options may now be dictionaries
Instead
of passing them
as
`default_options : ['key=value']`
,
they can now be
passed
as
`default_options : {'key': 'value'}`
,
and
the same
for
`override_options`
.