summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDodji Seketeli <dodji seketeli org>2003-06-29 16:04:43 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-06-29 16:04:43 +0000
commit39b6b5b30de26737ae7e94136489d4bb10528e88 (patch)
treeaa07c28a4e85ec085ff26884ab19a3395d799d33
parentbdda7d5c6bfe5e564f4ddf6c54f2f9cdc50cd855 (diff)
downloadlibcroco-39b6b5b30de26737ae7e94136489d4bb10528e88.tar.gz
touched all the files because of a time update.
2003-06-29 Dodji Seketeli <dodji seketeli org> touched all the files because of a time update. Dodji.
-rw-r--r--configure.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index cd78b7c..2d453d1 100644
--- a/configure.in
+++ b/configure.in
@@ -253,11 +253,7 @@ dnl *By default compile in debug mode
dnl **********************************
if test "x$GCC" = "xyes" ; then
- CFLAGS="$CFLAGS -Wunused -Wimplicit -Wreturn-type -Wswitch \
- -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts \
- -Wparentheses -Wpointer-arith -Wcast-align \
- -Wwrite-strings -Waggregate-return -Wstrict-prototypes \
- -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls"
+ CFLAGS="$CFLAGS -g -Wall"
fi