From a95b5244f9cea2a7c6cb92d89b258d4f884276fd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 22 Apr 2007 19:03:18 +0000 Subject: [PATCH] better debugging symbols --- m4/openbox.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/openbox.m4 b/m4/openbox.m4 index 796e2787..29114360 100644 --- a/m4/openbox.m4 +++ b/m4/openbox.m4 @@ -64,7 +64,7 @@ AC_DEFUN([OB_COMPILER_FLAGS], if test "$GCC" = "yes"; then AC_MSG_RESULT([yes]) if test "$DEBUG" = "yes"; then - FLAGS="$FLAGS -O0 -g -fno-inline -Wwrite-strings" + FLAGS="$FLAGS -O0 -g3 -fno-inline -Wwrite-strings" FLAGS="$FLAGS -Wall -Wsign-compare -Waggregate-return" FLAGS="$FLAGS -Wcast-qual -Wbad-function-cast -Wpointer-arith" # for Python.h -- 2.39.2