diff --git a/projects/hermes/build.sh b/projects/hermes/build.sh index 015cf99c8..abc09096f 100755 --- a/projects/hermes/build.sh +++ b/projects/hermes/build.sh @@ -21,6 +21,8 @@ then elif [ "${SANITIZER}" = undefined ] then CONFIGURE_FLAGS="--enable-ubsan" +else + CONFIGURE_FLAGS="" fi ./utils/build/configure.py "${OUT}/build" --build-system "Ninja" ${CONFIGURE_FLAGS} \