Skip to content

Commit e56c14f

Browse files
authored
Merge pull request #3705 from Prabhat1308/pv/update_fuzz_instr
Update libFuzzer fuzz instructions
2 parents 3a394df + 3341d7c commit e56c14f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fuzz/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ To run fuzzing using `cargo-fuzz / libFuzzer`, run
6262

6363
```shell
6464
rustup install nightly # Note: libFuzzer requires a nightly version of rust.
65+
export RUSTFLAGS="--cfg=fuzzing --cfg=secp256k1_fuzz --cfg=hashes_fuzz"
6566
cargo +nightly fuzz run --features "libfuzzer_fuzz" msg_ping_target
6667
```
6768
Note: If you encounter a `SIGKILL` during run/build check for OOM in kernel logs and consider

0 commit comments

Comments
 (0)