We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bbc74 commit a39b707Copy full SHA for a39b707
doc/fuzzing.md
@@ -217,7 +217,7 @@ $ cd bitcoin/
217
$ git clone https://github.com/AFLplusplus/AFLplusplus
218
$ make -C AFLplusplus/ source-only
219
# If afl-clang-lto is not available, see
220
-# https://github.com/AFLplusplus/AFLplusplus#a-selecting-the-best-afl-compiler-for-instrumenting-the-target
+# https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/fuzzing_in_depth.md#a-selecting-the-best-afl-compiler-for-instrumenting-the-target
221
$ cmake -B build_fuzz \
222
-DCMAKE_C_COMPILER="$(pwd)/AFLplusplus/afl-clang-lto" \
223
-DCMAKE_CXX_COMPILER="$(pwd)/AFLplusplus/afl-clang-lto++" \
0 commit comments