From 1e129c11231e853086c33caec8a60c1030debcc1 Mon Sep 17 00:00:00 2001 From: Rainer Schuetze Date: Fri, 3 Nov 2017 09:52:36 +0100 Subject: [PATCH] win64: build C files with /GS- to avoid "security" calls --- etc/c/zlib/win64.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/c/zlib/win64.mak b/etc/c/zlib/win64.mak index 339c5eac80c..ced2ced274d 100644 --- a/etc/c/zlib/win64.mak +++ b/etc/c/zlib/win64.mak @@ -13,7 +13,7 @@ LDFLAGS=/nologo O=.obj # do not preselect a C runtime (extracted from the line above to make the auto tester happy) -CFLAGS=$(CFLAGS) /Zl +CFLAGS=$(CFLAGS) /Zl /GS- # variables