Re: [PATCH] configure: force enable-sanitizers together with enable-fuzzing

2021-02-21 Thread Alexander Bulekov
On 210221 0459, Li Qiang wrote: > If we execute configure with --enable-fuzzing but without > --enable-sanitizers, we will have a lot of 'undefined reference' > build error such as following: > > clang-10 -o subprojects/libvhost-user/link-test > subprojects/libvhost-user/link-test.p/link-test.c.

[PATCH] configure: force enable-sanitizers together with enable-fuzzing

2021-02-21 Thread Li Qiang
If we execute configure with --enable-fuzzing but without --enable-sanitizers, we will have a lot of 'undefined reference' build error such as following: clang-10 -o subprojects/libvhost-user/link-test subprojects/libvhost-user/link-test.p/link-test.c.o -Wl,--as-needed -Wl,--no-undefined -pie -