git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcefc05
)
--enable-debug now adds the -g to the linker
author
kramm
<kramm>
Sun, 21 Jan 2007 19:00:15 +0000
(19:00 +0000)
committer
kramm
<kramm>
Sun, 21 Jan 2007 19:00:15 +0000
(19:00 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
d52900c
..
0d970e7
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-46,6
+46,7
@@
if test "x$DEBUG" '!=' "x";then
if test "x$PROFILING" = "x";then
CFLAGS="$WARNINGS -O2 -g $CFLAGS"
CXXFLAGS="$WARNINGS -O2 -g $CXXFLAGS"
+ LDFLAGS="-g $LIBS"
else
CFLAGS="$WARNINGS -O2 -g -pg $CFLAGS"
CXXFLAGS="$WARNINGS -O2 -g -pg $CXXFLAGS"