瀏覽代碼

Just build shared libraries for static analysis.

Building the static libs just does the same work twice.
Ryan C. Gordon 11 年之前
父節點
當前提交
80bb859c31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build-scripts/checker-buildbot.sh

+ 1 - 1
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.