diff options
author | Alexander Bulekov <alxndr@bu.edu> | 2021-02-21 12:45:10 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-02-25 14:14:32 +0100 |
commit | efce01bcb6757158358a3f2c1f6756ffab4aa8c0 (patch) | |
tree | 3145e232618e7f66cb0df3ed8b60191cba5dcfaa /qom | |
parent | 237377ac72b38f030058948f2d744c230b62be40 (diff) | |
download | qemu-efce01bcb6757158358a3f2c1f6756ffab4aa8c0.zip qemu-efce01bcb6757158358a3f2c1f6756ffab4aa8c0.tar.gz qemu-efce01bcb6757158358a3f2c1f6756ffab4aa8c0.tar.bz2 |
configure: fix --enable-fuzzing linker failures
With --enable-fuzzing, QEMU_CFLAGS include -fsanitize=fuzzer-no-link.
This should allow us to build non-fuzzer binaries using objects
instrumented for fuzzing. However, to do that, we also need to link with
-fsanitize=fuzzer-no-link. We were not doing that.
Reported-by: Li Qiang <liq3ea@163.com>,
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Message-Id: <20210221174510.22542-1-alxndr@bu.edu>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qom')
0 files changed, 0 insertions, 0 deletions