]> git.ipfire.org Git - thirdparty/qemu.git/commit
Revert "meson.build: default to -gsplit-dwarf for debug info"
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 17 Mar 2025 07:53:45 +0000 (08:53 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 17 Mar 2025 13:22:07 +0000 (14:22 +0100)
commitf35432a4f699d8e450f65e44ddcd5911f2d8c146
tree7c3603d9d0bfa3fc4793082c4b9f83eb7c796719
parentd18591157e5adf0e4491eed9b2c99828ba52bd80
Revert "meson.build: default to -gsplit-dwarf for debug info"

This reverts commit 563b1a35ed1f1151505d4fe5f723827d1b3fd4bc.

Split debug info support is broken when cross compiling
(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99973).  People
that would like to use it can add it via --extra-cflags.

Reported-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build
meson_options.txt
scripts/meson-buildoptions.sh