Check-in Number:
|
1961 | |
Date: |
2002-Mar-07 11:20:40 (local)
2002-Mar-07 10:20:40 (UTC) |
User: | rse |
Branch: | |
Comment: |
do not use this old gdb3 stuff any longer |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/var/aclocal.m4 1.3 -> 1.4
--- aclocal.m4 2002/02/28 08:48:44 1.3
+++ aclocal.m4 2002/03/07 10:20:40 1.4
@@ -76,7 +76,6 @@
* ) AC_COMPILER_OPTION(pipe, -pipe, -pipe, CFLAGS="$CFLAGS -pipe") ;;
esac
AC_COMPILER_OPTION(defdbg, -DDEBUG, -DDEBUG, CFLAGS="$CFLAGS -DDEBUG")
- AC_COMPILER_OPTION(ggdb3, -ggdb3, -ggdb3, CFLAGS="$CFLAGS -ggdb3")
CFLAGS="$CFLAGS -pedantic"
CFLAGS="$CFLAGS -Wall"
WMORE="-Wshadow -Wpointer-arith -Wcast-align -Winline"
|
|