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