Skip to content

Commit

Permalink
don't build binfuse tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oschonrock committed Dec 19, 2024
1 parent ba68866 commit 54602e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ fi

[[ -n $PURGE && -d $BUILD_DIR ]] && rm -rf $BUILD_DIR

GEN_CMD="$CMAKE -GNinja -S . -B $BUILD_DIR $CACHE -DCMAKE_COLOR_DIAGNOSTICS=ON $BUILD_OPTIONS $NOPCH"
GEN_CMD="$CMAKE -GNinja -S . -B $BUILD_DIR $CACHE -DCMAKE_COLOR_DIAGNOSTICS=ON -DBINFUSE_TEST=OFF $BUILD_OPTIONS $NOPCH"
[[ -n $VERBOSE ]] && echo "$GEN_CMD"
$GEN_CMD
GEN_RET=$?
Expand Down

0 comments on commit 54602e8

Please sign in to comment.