projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4658b59
)
Don't optimize when debug is enabled
author
Marcel Holtmann
<marcel@holtmann.org>
Sat, 9 Aug 2008 03:26:46 +0000
(
05:26
+0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 9 Aug 2008 03:26:46 +0000
(
05:26
+0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
64196c9
..
6508cd4
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-28,7
+28,7
@@
AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug],
[enable compiling with debugging information]), [
if (test "${enableval}" = "yes" &&
test "${ac_cv_prog_cc_g}" = "yes"); then
- CFLAGS="$CFLAGS -g"
+ CFLAGS="$CFLAGS -g
-O0
"
fi
])