mirror of
https://github.com/systemd/systemd.git
synced 2026-07-15 03:50:44 +00:00
autogen.sh: add debug
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user