mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 06:16:25 +00:00
903cb8a8b5
To enable it, comment out the 'withLibp2p' line in nim.cfg The history was squashed in order to remove an accidentally commited binary file. Other changes: * SSZ was adapted to use the common serialization framework * gossibsup.subscribe is not using async handlers at the moment and this allowed me to simplify it
8 lines
146 B
Nim
8 lines
146 B
Nim
# https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051
|
|
@if windows:
|
|
-d:"chronicles_colors=NoColors"
|
|
@else
|
|
# -d:withLibP2P
|
|
@end
|
|
|