summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-03 13:40:42 +0100
committerGünther Deschner <gd@samba.org>2008-01-03 13:41:43 +0100
commit53e1014472fd42f62f62b0b671e89422326d9240 (patch)
tree83ae964818d79d5b632b1905b5a9d4ddd21fc668 /source3/configure.in
parent6afaafe083ad23e51743ccd5245cf7384b2c4bd9 (diff)
downloadsamba-53e1014472fd42f62f62b0b671e89422326d9240.tar.gz
samba-53e1014472fd42f62f62b0b671e89422326d9240.tar.bz2
samba-53e1014472fd42f62f62b0b671e89422326d9240.zip
Use -g instead of -gstabs as many have reported gdb problems with -gstabs.
Guenther (This used to be commit 8befb22672d54a9255e5bdaf9cb0bb4e2b631245)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index d51134dd73..934a99462b 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -455,7 +455,7 @@ AC_ARG_ENABLE(krb5developer, [ --enable-krb5developer Turn on developer warnin
# DEVELOPER_CFLAGS, so that you can turn them on and off with a simple
# Makefile edit, avoiding the need to re-run configure.
if test x"$ac_cv_prog_gcc" = x"yes" ; then
- DEVELOPER_CFLAGS="-gstabs -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER"
+ DEVELOPER_CFLAGS="-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER"
# Add -Wdeclaration-after-statement if compiler supports it
AC_CACHE_CHECK(
[that the C compiler understands -Wdeclaration-after-statement],