nimbus-eth2/nim.cfg

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