mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
build-sys: no use for compat libs in the static analysis
This commit is contained in:
parent
bcf3ce7b39
commit
5985ea4d17
@ -72,7 +72,7 @@ elif [ "x$1" = "xl" ]; then
|
||||
$topdir/configure CC=clang CFLAGS='-g -O0 -ftrapv -Wno-gnu' --enable-compat-libs --enable-kdbus $args
|
||||
make clean
|
||||
elif [ "x$1" = "xs" ]; then
|
||||
scan-build $topdir/configure CFLAGS='-std=gnu99 -g -O0 -ftrapv' --enable-compat-libs --enable-kdbus $args
|
||||
scan-build $topdir/configure CFLAGS='-std=gnu99 -g -O0 -ftrapv' --enable-kdbus $args
|
||||
scan-build make
|
||||
else
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user