build-sys: no use for compat libs in the static analysis

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2014-04-01 22:32:44 +02:00
parent bcf3ce7b39
commit 5985ea4d17
1 changed files with 1 additions and 1 deletions

View File

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