소스 검색

Reenable static builds for now with static analysis.

Ryan C. Gordon 11 년 전
부모
커밋
ff3f49f073
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build-scripts/checker-buildbot.sh

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