From: Marko Kreen Date: Tue, 21 Sep 2010 23:18:05 +0000 (-0700) Subject: deb: create -dbg exe with less optimizations X-Git-Tag: pgbouncer_1_4_rc3~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9609d64dd74d77b6cc6ffa3f112118f98bae5eba;p=pgbouncer deb: create -dbg exe with less optimizations --- diff --git a/debian/packages b/debian/packages index 6a1728b..88a5025 100644 --- a/debian/packages +++ b/debian/packages @@ -20,7 +20,7 @@ Description: Lightweight connection pooler for PostgreSQL . Install: sh # just in case, build with debugging options - ./configure --prefix=/usr --enable-debug --enable-cassert + CFLAGS="-O -g" ./configure --prefix=/usr --enable-debug --enable-cassert make V=1 make install DESTDIR=$ROOT mv $ROOT/usr/bin/pgbouncer $ROOT/usr/bin/pgbouncer-dbg