We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8b4ea commit 3341d7cCopy full SHA for 3341d7c
fuzz/README.md
@@ -61,6 +61,7 @@ To run fuzzing using `cargo-fuzz / libFuzzer`, run
61
62
```shell
63
rustup install nightly # Note: libFuzzer requires a nightly version of rust.
64
+export RUSTFLAGS="--cfg=fuzzing --cfg=secp256k1_fuzz --cfg=hashes_fuzz"
65
cargo +nightly fuzz run --features "libfuzzer_fuzz" msg_ping_target
66
```
67
Note: If you encounter a `SIGKILL` during run/build check for OOM in kernel logs and consider
0 commit comments