Update README.md with bls verification disable [skip ci]
This commit is contained in:
parent
41841c7133
commit
c4aebe423b
|
@ -26,6 +26,7 @@ additional Nim arguments, e.g.:
|
|||
```bash
|
||||
make libnfuzz.a NIMFLAGS="--cc:clang --passC:'-fsanitize=fuzzer' --passL='-fsanitize=fuzzer'"
|
||||
```
|
||||
To disable BLS verification on deserialization of SSZ objects add `-d:ssz_testing` to the NIMFLAGS.
|
||||
|
||||
Other useful options might include: `--clang.path:<path>`, `--clang.exe:<exe>`, `--clang.linkerexe:<exe>`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue