From: Daniel Stenberg Date: Mon, 20 Mar 2000 09:10:51 +0000 (+0000) Subject: commented the CFLAGS that was left in here by mistake X-Git-Tag: curl-6_5_1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe43488fc59259b2bb93bedfb460348bb71d06d2;p=thirdparty%2Fcurl.git commented the CFLAGS that was left in here by mistake --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 4b212fe607..3951d88a0b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies noinst_LIBRARIES = libcurl.a # Some flags needed when trying to cause warnings ;-) -CFLAGS = -g #-Wall -pedantic +#CFLAGS = -g -Wall -pedantic INCLUDES = -I$(top_srcdir)/include