mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Makefile.m32: add support for CURL_LDFLAG_EXTRAS
It is similar to existing CURL_CFLAG_EXTRAS, but for extra linker option.
This commit is contained in:
parent
307f212379
commit
93aacc3050
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user