summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2015-06-18 14:28:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-06-18 14:43:26 +0200
commit93aacc3050bb6c5aeddf6ea37a9b8a849fc0889b (patch)
treed4fcea4467f610e078918b02e954182b704c8bd5
parent307f212379c2ffa2181bdc523a7cc951aa8d1452 (diff)
downloadcurl-93aacc3050bb6c5aeddf6ea37a9b8a849fc0889b.tar.gz
Makefile.m32: add support for CURL_LDFLAG_EXTRAS
It is similar to existing CURL_CFLAG_EXTRAS, but for extra linker option.
-rw-r--r--lib/Makefile.m322
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index ee47d6708..5f88ab724 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -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