We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d8594 commit c932075Copy full SHA for c932075
ci_scripts/make-build.sh
@@ -31,10 +31,6 @@ case "$1" in
31
echo "Building with sanitize option"
32
export CFLAGS="-fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer -fno-inline-functions"
33
;;
34
- *)
35
- echo "Unknown build type: $1"
36
- exit 1
37
- ;;
38
esac
39
40
./configure --prefix="$INSTALL_DIR" --enable-debug --enable-cassert --enable-tap-tests $ENABLE_COVERAGE
0 commit comments