mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:43:38 +03:00
makefile: avoid preprocessor definition usage when linking
This commit is contained in:
parent
a689072f33
commit
685359d4c3
3 changed files with 11 additions and 11 deletions
|
|
@ -124,7 +124,7 @@ libcurl_la_LDFLAGS = $(LINKFLAGS) $(VERSIONINFO)
|
|||
# do it if debug is enabled
|
||||
if CURLDEBUG
|
||||
noinst_LTLIBRARIES = libcurlu.la
|
||||
libcurlu_la_CFLAGS = -DUNITTESTS
|
||||
libcurlu_la_CPPFLAGS = $(AM_CPPFLAGS) -DUNITTESTS
|
||||
libcurlu_la_LDFLAGS = -static $(LINKFLAGS)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue