Windows: fix nim.cfg

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

View File

@ -6,7 +6,7 @@
@if windows:
# 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
--passL:"-Wl,--stack,8388608"
@end