projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2963797
)
use -ggdb not -g3, as g3 breaks things
author
Dana Jansens
<danakj@orodu.net>
Sun, 20 Jan 2008 08:19:20 +0000
(
03:19
-0500)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 31 Jan 2008 17:25:30 +0000
(12:25 -0500)
m4/openbox.m4
patch
|
blob
|
history
diff --git
a/m4/openbox.m4
b/m4/openbox.m4
index 29114360f3608e2433bf16797a9b054a302e497f..18e271788a1d969da9d7ce5380a7a33c66a4df10 100644
(file)
--- 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
3
-fno-inline -Wwrite-strings"
+ FLAGS="$FLAGS -O0 -g
gdb
-fno-inline -Wwrite-strings"
FLAGS="$FLAGS -Wall -Wsign-compare -Waggregate-return"
FLAGS="$FLAGS -Wcast-qual -Wbad-function-cast -Wpointer-arith"
# for Python.h