mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 14:26:26 +00:00
0c4bfb1911
* "official" -> "scenarios", like the submodule * fewer test binaries - various compile hacks have been improved over time, test suite should follow * remove obsolete bls tests - there are better test vectors in nim-blscurve * remove obsolete mentions of `ssz_testing` * remove obsolete comments about proc vs globals, unittest2 already uses proc's
4 lines
131 B
Nim
4 lines
131 B
Nim
# clang complains that -flto=auto is not a supported option when creating libFuzzer builds
|
|
-d:disableLTO
|
|
-d:"const_preset=mainnet"
|