Skip to content

Commit c932075

Browse files
committed
Debug
1 parent f4d8594 commit c932075

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci_scripts/make-build.sh

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ case "$1" in
3131
echo "Building with sanitize option"
3232
export CFLAGS="-fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer -fno-inline-functions"
3333
;;
34-
*)
35-
echo "Unknown build type: $1"
36-
exit 1
37-
;;
3834
esac
3935

4036
./configure --prefix="$INSTALL_DIR" --enable-debug --enable-cassert --enable-tap-tests $ENABLE_COVERAGE

0 commit comments

Comments
 (0)