[ci] Do not disable overflow_checks for code coverage build
This commit is contained in:
parent
cc4abafdae
commit
5be86d0058
@ -131,7 +131,7 @@ ifneq ($(OCCLUM_COV),)
|
|||||||
LIBOS_FEATURES += cov
|
LIBOS_FEATURES += cov
|
||||||
COV_FLAGS += "-Zprofile -Ccodegen-units=1 \
|
COV_FLAGS += "-Zprofile -Ccodegen-units=1 \
|
||||||
-Cllvm_args=-inline-threshold=0 -Clink-dead-code \
|
-Cllvm_args=-inline-threshold=0 -Clink-dead-code \
|
||||||
-Coverflow-checks=off -Cpanic=abort"
|
-Cpanic=abort"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(SGX_MODE), HYPER)
|
ifeq ($(SGX_MODE), HYPER)
|
||||||
|
Loading…
Reference in New Issue
Block a user