projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e646fa1
)
dont force --enable-debug to be -O1
author
Marko Kreen
<markokr@gmail.com>
Wed, 1 Aug 2007 20:11:38 +0000
(20:11 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 1 Aug 2007 20:11:38 +0000
(20:11 +0000)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 7a86f76130831463276166a5ae4d71d0bf078f14..ca928db5199e6a00b31669fc0e1bcc1f31c5aa19 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-82,7
+82,6
@@
AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug],[build binary with debuggin
AC_MSG_CHECKING([whether to build debug binary])
if test "$enable_debug" = "yes"; then
LDFLAGS="-g $LDFLAGS"
- CFLAGS="`echo $CFLAGS | sed -e 's/-O2/-O/g'`"
BININSTALL="$INSTALL"
AC_MSG_RESULT([yes])
else