mirror of
https://github.com/AuxXxilium/kmod.git
synced 2025-01-20 02:49:27 +07:00
build-sys: enable debug by default in autogen.sh
This commit is contained in:
parent
927760641a
commit
953653ab93
@ -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}" "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user