Check-in Number:
|
1262 | |
Date: |
2001-Nov-07 15:22:26 (local)
2001-Nov-07 14:22:26 (UTC) |
User: | rse |
Branch: | |
Comment: |
remove -ggdb3, because it causes trouble nowadays |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/aclocal.m4 1.6 -> 1.7
--- aclocal.m4 2001/09/13 16:19:06 1.6
+++ aclocal.m4 2001/11/07 14:22:26 1.7
@@ -140,7 +140,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"
|
|