Reenable static builds for now with static analysis.
1.1 --- a/build-scripts/checker-buildbot.sh Wed Mar 19 03:29:14 2014 -0400
1.2 +++ b/build-scripts/checker-buildbot.sh Wed Mar 19 13:22:09 2014 -0400
1.3 @@ -61,7 +61,7 @@
1.4 mkdir checker-buildbot
1.5 cd checker-buildbot
1.6 #cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER="$CHECKERDIR/libexec/ccc-analyzer" -DSDL_STATIC=OFF ..
1.7 -CC="$CHECKERDIR/libexec/ccc-analyzer" CFLAGS="-O0" ../configure --disable-static
1.8 +CC="$CHECKERDIR/libexec/ccc-analyzer" CFLAGS="-O0" ../configure
1.9 PATH="$CHECKERDIR:$PATH" scan-build -o analysis $MAKE
1.10 mv analysis/* ../analysis
1.11 rmdir analysis # Make sure this is empty.