From ff3f49f0730122203770b0045968bba9154e59bc Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 19 Mar 2014 13:22:09 -0400 Subject: [PATCH] Reenable static builds for now with static analysis. --- 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 14b41ae9b9422..9e392c0f24dc1 100755 --- a/build-scripts/checker-buildbot.sh +++ b/build-scripts/checker-buildbot.sh @@ -61,7 +61,7 @@ fi mkdir checker-buildbot cd checker-buildbot #cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER="$CHECKERDIR/libexec/ccc-analyzer" -DSDL_STATIC=OFF .. -CC="$CHECKERDIR/libexec/ccc-analyzer" CFLAGS="-O0" ../configure --disable-static +CC="$CHECKERDIR/libexec/ccc-analyzer" CFLAGS="-O0" ../configure PATH="$CHECKERDIR:$PATH" scan-build -o analysis $MAKE mv analysis/* ../analysis rmdir analysis # Make sure this is empty.