From 1a5f3dd0ed65e21578f72e1755319c8448d8c06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 17 Apr 2019 18:15:56 +0200 Subject: [PATCH] Windows: fix nim.cfg --- nim.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nim.cfg b/nim.cfg index 1a2c813cb..e34bd770c 100644 --- a/nim.cfg +++ b/nim.cfg @@ -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