meson: remove b_lundef option
commit3e0e519026841977c1c00b067af52faa0311133c
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 1 Sep 2020 16:48:00 +0000 (1 12:48 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Sep 2020 05:17:09 +0000 (8 07:17 +0200)
treef095734fb22ff806e878ceb414fb6da4f16b7500
parent40d9b74eafc9db5d19b92e32932ba915e6e2e664
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: Paolo Bonzini <pbonzini@redhat.com>
meson.build