aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-20 09:10:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-20 09:10:51 +0000
commitfe43488fc59259b2bb93bedfb460348bb71d06d2 (patch)
treea67b473a6f55d1a206096573f373051b4a6333a8 /lib/Makefile.am
parentfb071e04c11d57df4bcad170033a80ac344be0e1 (diff)
commented the CFLAGS that was left in here by mistake
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 4b212fe60..3951d88a0 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