Check-in Number:
|
1978 | |
Date: |
2002-Mar-08 16:59:07 (local)
2002-Mar-08 15:59:07 (UTC) |
User: | ms |
Branch: | |
Comment: |
Get rid of an uneeded (and unwelcome) debug definition. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/aclocal.m4 1.7 -> 1.8
--- aclocal.m4 2002/02/13 19:19:28 1.7
+++ aclocal.m4 2002/03/08 15:59:07 1.8
@@ -137,7 +137,6 @@
* ) AC_COMPILER_OPTION(pipe, -pipe, -pipe, CFLAGS="$CFLAGS -pipe") ;;
esac
AC_COMPILER_OPTION(defdbg, -DDEBUG, -DDEBUG, CFLAGS="$CFLAGS -DDEBUG")
-dnl AC_COMPILER_OPTION(ggdb3, -ggdb3, -ggdb3, CFLAGS="$CFLAGS -ggdb3")
CFLAGS="$CFLAGS -pedantic"
CFLAGS="$CFLAGS -Wall"
WMORE="-Wshadow -Wpointer-arith -Wcast-align -Winline"
|
|