From 80bb859c31789bd4eda93ad8493b03e4d747c37b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 19 Mar 2014 03:04:04 -0400 Subject: [PATCH] Just build shared libraries for static analysis. Building the static libs just does the same work twice. --- build-scripts/checker-buildbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/checker-buildbot.sh b/build-scripts/checker-buildbot.sh index 796f0363eaa73..3257b0b37f95d 100755 --- a/build-scripts/checker-buildbot.sh +++ b/build-scripts/checker-buildbot.sh @@ -60,7 +60,7 @@ fi mkdir checker-buildbot cd checker-buildbot -cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER="$CHECKERDIR/libexec/ccc-analyzer" .. +cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER="$CHECKERDIR/libexec/ccc-analyzer" -DSDL_STATIC=OFF .. PATH="$CHECKERDIR:$PATH" scan-build -o analysis $MAKE mv analysis/* ../analysis rmdir analysis # Make sure this is empty.