2019-02-05 17:48:34 +00:00
|
|
|
# https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051
|
2019-03-25 10:49:20 +00:00
|
|
|
--threads:on
|
2019-03-28 15:18:59 +00:00
|
|
|
--opt:speed
|
2019-03-25 10:49:20 +00:00
|
|
|
|
2019-02-05 17:48:34 +00:00
|
|
|
@if windows:
|
|
|
|
-d:"chronicles_colors=NoColors"
|
2019-03-05 22:54:08 +00:00
|
|
|
@else
|
|
|
|
# -d:withLibP2P
|
2018-09-03 16:42:22 +00:00
|
|
|
@end
|
2019-02-05 17:48:34 +00:00
|
|
|
|