]> granicus.if.org Git - pgbouncer/commitdiff
deb: create -dbg exe with less optimizations
authorMarko Kreen <markokr@gmail.com>
Tue, 21 Sep 2010 23:18:05 +0000 (16:18 -0700)
committerMarko Kreen <markokr@gmail.com>
Tue, 21 Sep 2010 23:18:05 +0000 (16:18 -0700)
debian/packages

index 6a1728b9747b0a65fdbfef1c6d553f1b764f078d..88a5025dc554ad85763d192c56786d933917b133 100644 (file)
@@ -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