mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 06:46:10 +00:00
20e02d5615
* enable "--threads:on" for tests * disable Chronicles colours on Windows * delete forLoopMacros-related config
6 lines
122 B
Nim
6 lines
122 B
Nim
# https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051
|
|
@if windows:
|
|
-d:"chronicles_colors=NoColors"
|
|
@end
|
|
|