mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
winbuild: Avoid setting redundant CFLAGS to compile commands (#949)
$(CURL_CC) is always used with $(CURL_CFLAGS) appended, so before this, all arguments in CURL_CFLAGS have been added twice.
This commit is contained in:
parent
82617e7499
commit
26424ba07f
@ -288,8 +288,6 @@ CURL_CC = $(CC)
|
||||
CURL_RC_FLAGS = /i../include /dDEBUGBUILD=0 /Fo $@ $(CURL_SRC_DIR)\curl.rc
|
||||
!ENDIF
|
||||
|
||||
CURL_CC = $(CURL_CC) $(CURL_CFLAGS)
|
||||
|
||||
!IF "$(AS_DLL)" == "true"
|
||||
|
||||
LNK = $(LNKDLL) $(WIN_LIBS) /out:$(LIB_DIROBJ)\$(TARGET)
|
||||
|
Loading…
x
Reference in New Issue
Block a user