Windows: increase stack size to 8 MiB

This commit is contained in:
Ștefan Talpalaru 2019-04-17 17:10:46 +02:00
parent 020d9e46a7
commit 699f457c55
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 3 additions and 1 deletions

View File

@ -4,9 +4,11 @@
nimcache = "nimcache/debug/$projectName"
@end
# disable timestamps in Windows PE headers - https://wiki.debian.org/ReproducibleBuilds/TimestampsInPEBinaries
@if windows:
# disable timestamps in Windows PE headers - https://wiki.debian.org/ReproducibleBuilds/TimestampsInPEBinaries
passL = "-Wl,--no-insert-timestamp"
# increase stack size
--passL:"-Wl,--stack,8388608"
@end
--threads:on