fuzz: build without AddressSanitizer, by default
commitdd0162653c11de58331506beb8b3d85c8923149c
authorAlexander Bulekov <alxndr@bu.edu>
Mon, 6 Jul 2020 19:55:31 +0000 (6 15:55 -0400)
committerThomas Huth <thuth@redhat.com>
Tue, 21 Jul 2020 05:27:06 +0000 (21 07:27 +0200)
treee4250713fc41b7be4d286e3ef789482888694fad
parent48eac1019769ebc4647ba380a828c25d8014be37
fuzz: build without AddressSanitizer, by default

We already have a nice --enable-sanitizers option to enable
AddressSanitizer. There is no reason to duplicate and force this
functionality in --enable-fuzzing. In the future, if more sanitizers are
added to --enable-sanitizers, it might be impossible to build with both
--enable-sanitizers and --enable-fuzzing, since not all sanitizers are
compatible with libFuzzer. In that case, we could enable ASAN with
--extra-cflags="-fsanitize=address"

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Message-Id: <20200706195534.14962-2-alxndr@bu.edu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
[thuth: Added missing $CFLAGS]
Signed-off-by: Thomas Huth <thuth@redhat.com>
configure