mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 22:06:21 +00:00
f8fbe0ff3b
- updated README.md - beacon_chain.nimble: accept compilation flags as params - nim.cfg: enable `--opt:speed` at the top level - simulation scripts: allow overriding GIT_ROOT and do some refactoring
11 lines
172 B
Nim
11 lines
172 B
Nim
# https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051
|
|
--threads:on
|
|
--opt:speed
|
|
|
|
@if windows:
|
|
-d:"chronicles_colors=NoColors"
|
|
@else
|
|
# -d:withLibP2P
|
|
@end
|
|
|