ossp-pkg/js/aclocal.m4 1.4 -> 1.5
--- aclocal.m4 2006/07/22 17:02:34 1.4
+++ aclocal.m4 2006/08/03 12:16:32 1.5
@@ -66,7 +66,7 @@
if test ".$ac_cv_prog_gcc" = ".yes"; then
case "$CFLAGS" in
*-O* ) ;;
- * ) CFLAGS="$CFLAGS -O2" ;;
+ * ) CFLAGS="$CFLAGS -O0" ;;
esac
case "$CFLAGS" in
*-g* ) ;;
@@ -79,7 +79,7 @@
AC_COMPILER_OPTION(defdbg, -DDEBUG, -DDEBUG, CFLAGS="$CFLAGS -DDEBUG")
CFLAGS="$CFLAGS -pedantic"
CFLAGS="$CFLAGS -Wall"
- WMORE="-Wshadow -Wpointer-arith -Wcast-align -Winline"
+ WMORE="-Wpointer-arith -Wcast-align -Winline"
WMORE="$WMORE -Wmissing-prototypes -Wmissing-declarations -Wnested-externs"
AC_COMPILER_OPTION(wmore, -W<xxx>, $WMORE, CFLAGS="$CFLAGS $WMORE")
AC_COMPILER_OPTION(wnolonglong, -Wno-long-long, -Wno-long-long, CFLAGS="$CFLAGS -Wno-long-long")
|
|