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 02f2515..783184d 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