mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
autogen.sh: add more warnings
This commit is contained in:
parent
b822542608
commit
9dc4a84a25
@ -6,7 +6,8 @@ CFLAGS="-g -Wall \
|
||||
-Wmissing-declarations -Wmissing-prototypes \
|
||||
-Wnested-externs -Wpointer-arith \
|
||||
-Wpointer-arith -Wsign-compare -Wchar-subscripts \
|
||||
-Wstrict-prototypes -Wshadow"
|
||||
-Wstrict-prototypes -Wshadow \
|
||||
-Wformat=2 -Wtype-limits"
|
||||
args="--prefix=/usr --exec-prefix= --sysconfdir=/etc --with-selinux"
|
||||
libdir=$(basename $(cd /lib/$(gcc -print-multi-os-directory); pwd))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user