]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
commented the CFLAGS that was left in here by mistake
authorDaniel Stenberg <daniel@haxx.se>
Mon, 20 Mar 2000 09:10:51 +0000 (09:10 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 20 Mar 2000 09:10:51 +0000 (09:10 +0000)
lib/Makefile.am

index 4b212fe60781cebf40d5ac6b7ffc8d6d839b0d3d..3951d88a0bc6bfc8e4dc3393fae3fa1261b05f98 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