mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-23 02:29:26 +00:00
disable Chronicles colors on Windows
This commit is contained in:
parent
1c80c1c160
commit
60d2867b2e
@ -1,5 +1,9 @@
|
||||
-d:chronicles_line_numbers
|
||||
-d:"chronicles_sinks=textblocks"
|
||||
# https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051
|
||||
@if windows:
|
||||
-d:"chronicles_colors=NoColors"
|
||||
@end
|
||||
-d:nimDebugDlOpen
|
||||
--threads:on
|
||||
|
||||
|
@ -1,4 +1,8 @@
|
||||
-d:chronicles_line_numbers
|
||||
-d:"chronicles_sinks=textblocks"
|
||||
# https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051
|
||||
@if windows:
|
||||
-d:"chronicles_colors=NoColors"
|
||||
@end
|
||||
--threads:on
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user