]> xenbits.xensource.com Git - people/iwj/qemu.git/commit
Revert "build-sys: compile with -Og or -O1 when --enable-debug"
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 Mar 2018 10:32:44 +0000 (11:32 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 Mar 2018 13:01:28 +0000 (14:01 +0100)
commit48e56d503e18bd1e8a75463fd7cc1580bf7e7650
tree724c88f71aa633d09c78cba9d693134913507c09
parent2b9aef6fcd96ba7ed8c1ee723e391901852d344c
Revert "build-sys: compile with -Og or -O1 when --enable-debug"

This reverts commit 906548689e37ab6cca1e93b3f8d9327a4e17e8af.
Even with -Og, the debug experience is noticeably worse
because gdb shows a lot more "<optimised out>" variables and
function arguments.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure