mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 06:16:25 +00:00
11 lines
206 B
Nim
11 lines
206 B
Nim
--threads:on
|
|
--opt:speed
|
|
|
|
@if windows:
|
|
# https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051
|
|
-d:"chronicles_colors=NoColors"
|
|
# increase stack size
|
|
--passL:"-Wl,--stack,8388608"
|
|
@end
|
|
|