all repos — openbox @ 770032fdb5112adde46125bdcdc65b1607c05dd5

openbox fork - make it a bit more like ryudo

use -ggdb not -g3, as g3 breaks things
Dana Jansens danakj@orodu.net
commit

770032fdb5112adde46125bdcdc65b1607c05dd5

parent

29637976e6aecf45bae84ba9ce3ecb26635012f7

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 -g3 -fno-inline -Wwrite-strings" + FLAGS="$FLAGS -O0 -ggdb -fno-inline -Wwrite-strings" FLAGS="$FLAGS -Wall -Wsign-compare -Waggregate-return" FLAGS="$FLAGS -Wcast-qual -Wbad-function-cast -Wpointer-arith" # for Python.h