[ci] Do not disable overflow_checks for code coverage build

This commit is contained in:
Shaowei Song 2022-03-28 09:48:02 +08:00 committed by Zongmin.Gu
parent cc4abafdae
commit 5be86d0058

@ -131,7 +131,7 @@ ifneq ($(OCCLUM_COV),)
LIBOS_FEATURES += cov
COV_FLAGS += "-Zprofile -Ccodegen-units=1 \
-Cllvm_args=-inline-threshold=0 -Clink-dead-code \
-Coverflow-checks=off -Cpanic=abort"
-Cpanic=abort"
endif
ifeq ($(SGX_MODE), HYPER)