./configure --disable-ccache --with-sanitizers=fuzzer,address CC=clang CXX=clang++
makecd src
Note: ` make` fails to link on my machines (also tested on core), test/test_bitcoin_fuzzy
mkdir -p buildFuzzer
cd buildFuzzer
cmake -GNinja .. I don't\
-CCACHE=OFF \
-DCMAKE_C_COMPILER=clang \
know what they used for testing. This will be fixed by a later PR so -DCMAKE_CXX_COMPILER=clang++ \
it's not a big issue. -DENABLE_SANITIZERS=fuzzer,address
ninja test_bitcoin_fuzzy