]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
the -W and -g stuff needn't be here by default
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 Jun 2000 14:29:39 +0000 (14:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Jun 2000 14:29:39 +0000 (14:29 +0000)
lib/Makefile.am

index 02f25152e83f8fc2027d4af5ab1e636c2fe886bf..783184d8ea6a151116cac18c0a7abc194b939af5 100644 (file)
@@ -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