diff options
author | Dodji Seketeli <dodji seketeli org> | 2003-06-29 16:04:43 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@src.gnome.org> | 2003-06-29 16:04:43 +0000 |
commit | 39b6b5b30de26737ae7e94136489d4bb10528e88 (patch) | |
tree | aa07c28a4e85ec085ff26884ab19a3395d799d33 | |
parent | bdda7d5c6bfe5e564f4ddf6c54f2f9cdc50cd855 (diff) | |
download | libcroco-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.in | 6 |
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 |