diff options
author | Günther Deschner <gd@samba.org> | 2008-01-03 13:40:42 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-03 13:41:43 +0100 |
commit | 53e1014472fd42f62f62b0b671e89422326d9240 (patch) | |
tree | 83ae964818d79d5b632b1905b5a9d4ddd21fc668 | |
parent | 6afaafe083ad23e51743ccd5245cf7384b2c4bd9 (diff) | |
download | samba-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)
-rw-r--r-- | source3/configure.in | 2 |
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], |