Skip to content
Snippets Groups Projects
Commit 3e0e5190 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

meson: remove b_lundef option


Meson automatically adds "-undefined dynamic_lookup" to
shared_module build targets; b_lundef is only needed for
executables.  Therefore, we can remove this option.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 40d9b74e
No related branches found
No related tags found
No related merge requests found
project('qemu', ['c'], meson_version: '>=0.55.0',
default_options: ['warning_level=1', 'c_std=gnu99', 'cpp_std=gnu++11',
'b_lundef=false','b_colorout=auto'],
'b_colorout=auto'],
version: run_command('head', meson.source_root() / 'VERSION').stdout().strip())
not_found = dependency('', required: false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment