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:
3242b56
)
Generated from configure.in
author
kramm
<kramm>
Fri, 9 Jan 2009 11:51:17 +0000
(11:51 +0000)
committer
kramm
<kramm>
Fri, 9 Jan 2009 11:51:17 +0000
(11:51 +0000)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
b195902
..
5c8121c
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1940,8
+1940,8
@@
if test "x$PROFILING" '!=' "x";then
fi
if test "x$DEBUG" '!=' "x";then
if test "x$PROFILING" = "x";then
- CFLAGS="$WARNINGS -g $CFLAGS"
- CXXFLAGS="$WARNINGS -g $CXXFLAGS"
+ CFLAGS="$WARNINGS -O2 -g $CFLAGS"
+ CXXFLAGS="$WARNINGS -O2 -g $CXXFLAGS"
LDFLAGS="-g $LIBS"
else
CFLAGS="$WARNINGS -O2 -g -pg $CFLAGS"