./configure --disable-ccache --with-sanitizers=fuzzer,address CC=clang
CXX=clang++
make
Note: `make` fails to link on my machines (also tested on core), I don't
know what they used for testing. This will be fixed by a later PR so
it's not a big issue.