Skip to content

Commit e3d1fa9

Browse files
committed
disable LTC_FAST for scan-build
1 parent 684092e commit e3d1fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/meta_builds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function run_clang() {
5656
scan_build=$(which scan-build) || true
5757
[ -z "$scan_build" ] && scan_build=$(find /usr/bin/ -name 'scan-build-[0-9]*' | sort -nr | head -n1) || true
5858
[ -z "$scan_build" ] && { echo "couldn't find clang scan-build"; exit 1; } || echo "run $scan_build"
59-
$scan_build --status-bugs make -j$MAKE_JOBS all CFLAGS="$2 $CFLAGS $4" EXTRALIBS="$5"
59+
$scan_build --status-bugs make -j$MAKE_JOBS all CFLAGS="$2 $CFLAGS $4 -DLTC_NO_FAST" EXTRALIBS="$5"
6060

6161
make clean &>/dev/null
6262

0 commit comments

Comments
 (0)