I commented the -DMALLOCDEBUG flag to make it easier to add
This commit is contained in:
parent
9defb83930
commit
cdd91bed46
@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = foreign
|
|||||||
lib_LTLIBRARIES = libcurl.la
|
lib_LTLIBRARIES = libcurl.la
|
||||||
|
|
||||||
# Some flags needed when trying to cause warnings ;-)
|
# Some flags needed when trying to cause warnings ;-)
|
||||||
# CFLAGS = -g -Wall #-pedantic
|
# CFLAGS = -DMALLOCDEBUG -g # -Wall #-pedantic
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/include
|
INCLUDES = -I$(top_srcdir)/include
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ download.h getenv.c ldap.h ssluse.h \
|
|||||||
escape.c getenv.h mprintf.c telnet.c \
|
escape.c getenv.h mprintf.c telnet.c \
|
||||||
escape.h getpass.c netrc.c telnet.h \
|
escape.h getpass.c netrc.c telnet.h \
|
||||||
getinfo.c highlevel.c strequal.c strequal.h easy.c \
|
getinfo.c highlevel.c strequal.c strequal.h easy.c \
|
||||||
security.h security.c krb4.c
|
security.h security.c krb4.c memdebug.c memdebug.h
|
||||||
|
|
||||||
# Say $(srcdir), so GNU make does not report an ambiguity with the .y.c rule.
|
# Say $(srcdir), so GNU make does not report an ambiguity with the .y.c rule.
|
||||||
$(srcdir)/getdate.c: getdate.y
|
$(srcdir)/getdate.c: getdate.y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user