mirror of
https://github.com/curl/curl.git
synced 2026-06-03 15:24:16 +03:00
removed CFLAGS from linking.
This commit is contained in:
parent
cc021fc200
commit
2e6600425e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ INCLUDES = -I. -I.. -I../include -I../lib -I$(ZLIB_PATH)
|
|||
CFLAGS = -g -O2
|
||||
LDFLAGS =
|
||||
COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
|
||||
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
||||
LINK = $(CC) $(LDFLAGS) -o $@
|
||||
|
||||
curl_PROGRAMS = curl.exe
|
||||
ifdef DYN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue