From: Marko Kreen Date: Wed, 1 Aug 2007 20:11:38 +0000 (+0000) Subject: dont force --enable-debug to be -O1 X-Git-Tag: pgbouncer_1_1~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bd0c56ce00156254f629f00ad76172b80096c47;p=pgbouncer dont force --enable-debug to be -O1 --- diff --git a/configure.ac b/configure.ac index 7a86f76..ca928db 100644 --- 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