mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-13 05:44:40 +00:00
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…
x
Reference in New Issue
Block a user