summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJérémy Bobbio <lunar@debian.org>2015-04-29 09:02:49 +0200
committerDidier Raboud <odyx@debian.org>2015-04-29 09:02:49 +0200
commit76f67c7fa663bc58abde4853fec64c84172724b8 (patch)
treeeeacdc1a7ad1479c0140c31f5dff25550a776a11 /Makefile
parente112b1049f5793a0a8ffeab9d4e50a65188cb5d6 (diff)
Reproducible build: Don't insert timestamps when building NSIS DLLs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc2330a..67bfe87 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ export SHELL := bash
PACKAGE := win32-loader
VERSION := $(shell head -n 1 debian/changelog | sed -e "s/^$(PACKAGE) (\(.*\)).*/\1/g")
-NSIS_CC := i686-w64-mingw32-gcc -Os
+NSIS_CC := i686-w64-mingw32-gcc -Os -Xlinker --no-insert-timestamp
NSIS_STRIP := i686-w64-mingw32-strip
NSIS_CFLAGS := -Wl,--file-alignment,512 -Werror -D_WIN32_WINNT=0x0500