better debugging symbols
This commit is contained in:
parent
7c1fb96bd3
commit
a95b5244f9
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ AC_DEFUN([OB_COMPILER_FLAGS],
|
||||||
if test "$GCC" = "yes"; then
|
if test "$GCC" = "yes"; then
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
if test "$DEBUG" = "yes"; then
|
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 -Wall -Wsign-compare -Waggregate-return"
|
||||||
FLAGS="$FLAGS -Wcast-qual -Wbad-function-cast -Wpointer-arith"
|
FLAGS="$FLAGS -Wcast-qual -Wbad-function-cast -Wpointer-arith"
|
||||||
# for Python.h
|
# for Python.h
|
||||||
|
|
Loading…
Reference in a new issue