Skip to content

Commit

Permalink
Reenable static builds for now with static analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 19, 2014
1 parent 7b78562 commit ff3f49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/checker-buildbot.sh
Expand Up @@ -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.
Expand Down

0 comments on commit ff3f49f

Please sign in to comment.