increase stack size on Windows

This commit is contained in:
Ștefan Talpalaru 2019-04-11 23:30:26 +02:00
parent 00b22ec1a9
commit 5123080905
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9

View File

@ -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