]> git.proxmox.com Git - qemu.git/commit
configure: fix -enable-debug with newer toolchains
authorAvi Kivity <avi@redhat.com>
Wed, 6 Jun 2012 09:03:18 +0000 (12:03 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 19 Jun 2012 18:32:22 +0000 (13:32 -0500)
commit8be74dc0bac8dcb25fe195f70e3a528ac78c59e2
tree02d206cb39b5f551d6eaff356c43718389d11ff7
parent8aca521512a14c439624191bd0a891c52f91b401
configure: fix -enable-debug with newer toolchains

Fedora 17's toolchain wants optimization enabled for _FORTIFY_SOURCE;
so disable _FORTIFY_SOURCE when debugging.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure