]> git.proxmox.com Git - mirror_qemu.git/commit - configure
build-sys: add --enable-sanitizers
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 16 Jan 2018 15:11:51 +0000 (16:11 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 7 Feb 2018 13:09:20 +0000 (14:09 +0100)
commit247724cb302af5d70c8853154b640dfabf2bbb56
tree1c84b3617d731d0e5c804b5f925b6c7b202aad9e
parent6c549dc14113a8a389ef6cf8c9078df66e208ebd
build-sys: add --enable-sanitizers

Typical slowdown introduced by AddressSanitizer is 2x.
UBSan shouldn't have much impact on runtime cost.

Enable it by default when --enable-debug, unless --disable-sanitizers.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20180116151152.4040-3-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure