Windows: fix nim.cfg
This commit is contained in:
parent
699f457c55
commit
1a5f3dd0ed
2
nim.cfg
2
nim.cfg
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
@if windows:
|
@if windows:
|
||||||
# disable timestamps in Windows PE headers - https://wiki.debian.org/ReproducibleBuilds/TimestampsInPEBinaries
|
# disable timestamps in Windows PE headers - https://wiki.debian.org/ReproducibleBuilds/TimestampsInPEBinaries
|
||||||
passL = "-Wl,--no-insert-timestamp"
|
--passL:"-Wl,--no-insert-timestamp"
|
||||||
# increase stack size
|
# increase stack size
|
||||||
--passL:"-Wl,--stack,8388608"
|
--passL:"-Wl,--stack,8388608"
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in New Issue