]> Dogcows Code - chaz/openbox/commitdiff
use -ggdb not -g3, as g3 breaks things
authorDana Jansens <danakj@orodu.net>
Sun, 20 Jan 2008 08:19:20 +0000 (03:19 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 31 Jan 2008 17:25:30 +0000 (12:25 -0500)
m4/openbox.m4

index 29114360f3608e2433bf16797a9b054a302e497f..18e271788a1d969da9d7ce5380a7a33c66a4df10 100644 (file)
@@ -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 -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
This page took 0.027648 seconds and 4 git commands to generate.