Skip to content

Commit

Permalink
Makefile.m32: add support for CURL_LDFLAG_EXTRAS
Browse files Browse the repository at this point in the history
It is similar to existing CURL_CFLAG_EXTRAS, but for
extra linker option.
  • Loading branch information
vszakats authored and bagder committed Jun 18, 2015
1 parent 307f212 commit 93aacc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Makefile.m32
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ CC = $(CROSSPREFIX)gcc
CFLAGS = $(CURL_CFLAG_EXTRAS) -g -O2 -Wall
CFLAGS += -fno-strict-aliasing
# comment LDFLAGS below to keep debug info
LDFLAGS = -s
LDFLAGS = $(CURL_LDFLAG_EXTRAS) -s
AR = $(CROSSPREFIX)ar
RANLIB = $(CROSSPREFIX)ranlib
RC = $(CROSSPREFIX)windres
Expand Down

0 comments on commit 93aacc3

Please sign in to comment.