Windows: increase stack size to 8 MiB
This commit is contained in:
parent
020d9e46a7
commit
699f457c55
4
nim.cfg
4
nim.cfg
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue