all repos — openbox @ a95b5244f9cea2a7c6cb92d89b258d4f884276fd

openbox fork - make it a bit more like ryudo

better debugging symbols
Dana Jansens danakj@orodu.net
commit

a95b5244f9cea2a7c6cb92d89b258d4f884276fd

parent

7c1fb96bd33a97c9be55e5fcfae6cf7d625acbb6

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M m4/openbox.m4m4/openbox.m4

@@ -64,7 +64,7 @@ AC_MSG_CHECKING([for GNU CC])

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