summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-12-12 17:26:47 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2011-12-12 17:26:47 -0200
commit953653ab93f16211c6d59d504fa3bd945b1fc6d2 (patch)
tree17c4de4fb9b98a5d15c2e1c5f1d688d5b0d0eb85 /autogen.sh
parent927760641a0e0f43265339e09e2d889e8d8e3055 (diff)
downloadkmod-953653ab93f16211c6d59d504fa3bd945b1fc6d2.tar.gz
build-sys: enable debug by default in autogen.sh
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index aa828f7..6ba92d8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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}" "$@"