Skip to content

Commit

Permalink
Just build shared libraries for static analysis.
Browse files Browse the repository at this point in the history
Building the static libs just does the same work twice.
  • Loading branch information
icculus committed Mar 19, 2014
1 parent f53d166 commit 80bb859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/checker-buildbot.sh
Expand Up @@ -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.
Expand Down

0 comments on commit 80bb859

Please sign in to comment.