mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 45f58dbc9b into merged_master (Bitcoin PR #19452)
This commit is contained in:
commit
d7e7e5201c
1 changed files with 2 additions and 0 deletions
|
|
@ -121,6 +121,8 @@ $ git clone https://github.com/google/afl
|
|||
$ make -C afl/
|
||||
$ make -C afl/llvm_mode/
|
||||
$ ./autogen.sh
|
||||
# It is possible to compile with afl-gcc and afl-g++ instead of afl-clang. However, running afl-fuzz
|
||||
# may require more memory via the -m flag.
|
||||
$ CC=$(pwd)/afl/afl-clang-fast CXX=$(pwd)/afl/afl-clang-fast++ ./configure --enable-fuzz
|
||||
$ make
|
||||
# For macOS you may need to ignore x86 compilation checks when running "make". If so,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue