aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-09-06 15:22:19 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-09-06 15:22:19 +0200
commitcf8ec631a23eae532541bfeeccce20f0d978404d (patch)
treee8bc5c1b58edac0f0e0bc2df9f153ec1f378bcb7 /autogen.sh
parent60865f33a1fee5bddc8add3963f44691996d2ceb (diff)
downloadudev-cf8ec631a23eae532541bfeeccce20f0d978404d.tar.gz
autogen.sh: add debug
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 4532e870..b6db9f91 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -42,7 +42,7 @@ echo " automake: $(automake --version | head -1)"
automake --add-missing
if test -z "$@"; then
- args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux"
+ args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux --enable-debug"
args="$args --with-libdir-name=$(basename $(gcc -print-multi-os-directory))"
export CFLAGS="-g -Wall \
-Wmissing-declarations -Wmissing-prototypes \