mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-14 00:29:04 +00:00
increase stack size on Windows
This commit is contained in:
parent
00b22ec1a9
commit
5123080905
6
nim.cfg
6
nim.cfg
@ -1,10 +1,10 @@
|
||||
# https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051
|
||||
--threads:on
|
||||
--opt:speed
|
||||
|
||||
@if windows:
|
||||
# https://github.com/nim-lang/Nim/issues/8294#issuecomment-454556051
|
||||
-d:"chronicles_colors=NoColors"
|
||||
@else
|
||||
# -d:withLibP2P
|
||||
# increase stack size
|
||||
--passL:"-Wl,--stack,8388608"
|
||||
@end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user