Skip to content

Commit

Permalink
win64: build C files with /GS- to avoid "security" calls
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Nov 3, 2017
1 parent c1f616b commit 1e129c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/c/zlib/win64.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1e129c1

Please sign in to comment.