Skip to content

Commit

Permalink
Remove -lz from OSLIBS. Should be handled automatically by llvm-confi…
Browse files Browse the repository at this point in the history
…g in src/Makefile
  • Loading branch information
ihnorton committed Jun 13, 2014
1 parent ff5574c commit 8293dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ endif
ifeq ($(OS), WINNT)
ifneq ($(USEMSVC), 1)
OSLIBS += -Wl,--export-all-symbols -Wl,--version-script=$(JULIAHOME)/src/julia.expmap \
$(NO_WHOLE_ARCHIVE) -lz -lpsapi -lkernel32 -lws2_32 -liphlpapi -lwinmm -ldbghelp -lssp
$(NO_WHOLE_ARCHIVE) -lpsapi -lkernel32 -lws2_32 -liphlpapi -lwinmm -ldbghelp -lssp
JLDFLAGS = -Wl,--stack,8388608
ifeq ($(ARCH),i686)
JLDFLAGS += -Wl,--large-address-aware
Expand Down

0 comments on commit 8293dc6

Please sign in to comment.