1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-18 17:57:27 +03:00

autogen.sh: add debug

This commit is contained in:
Kay Sievers 2008-09-06 15:22:19 +02:00
parent 60865f33a1
commit cf8ec631a2

View File

@ -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 \