nimbus-eth2/nim.cfg

11 lines
172 B
INI
Raw Normal View History

# https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051
2019-03-25 10:49:20 +00:00
--threads:on
--opt:speed
2019-03-25 10:49:20 +00:00
@if windows:
-d:"chronicles_colors=NoColors"
@else
# -d:withLibP2P
@end