aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-06-14 14:29:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-06-14 14:29:39 +0000
commit069347c83d68b8eee94a815eed580f3c8df2a9f6 (patch)
tree9bf8ef6036d67b6a0f604d61b563359d3f648e15 /lib
parent022f1766f9c56b59c83cf9abccb3a47c18b6a181 (diff)
the -W and -g stuff needn't be here by default
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 02f25152e..783184d8e 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