build-sys: enable debug by default in autogen.sh

This commit is contained in:
Lucas De Marchi 2011-12-12 17:26:47 -02:00
parent 927760641a
commit 953653ab93

View File

@ -10,7 +10,8 @@ libdir() {
args="--prefix=/usr \
--sysconfdir=/etc \
--libdir=$(libdir /usr/lib)"
--libdir=$(libdir /usr/lib) \
--enable-debug"
if [ -z "$NOCONFIGURE" ]; then
exec ./configure $args CFLAGS="${MYCFLAGS} ${CFLAGS}" "$@"