From: Daniel Stenberg Date: Wed, 14 Jun 2000 14:29:39 +0000 (+0000) Subject: the -W and -g stuff needn't be here by default X-Git-Tag: curl-7_1_1~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=069347c83d68b8eee94a815eed580f3c8df2a9f6;p=thirdparty%2Fcurl.git the -W and -g stuff needn't be here by default --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 02f25152e8..783184d8ea 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