From 2da373847db64b9c28ee0b25e970911c1d0266e4 Mon Sep 17 00:00:00 2001 From: binaryfz Date: Thu, 4 Mar 2021 14:50:51 +0800 Subject: [PATCH] mod O2 test.cfg --- test/testsuite/ouroboros/test.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testsuite/ouroboros/test.cfg b/test/testsuite/ouroboros/test.cfg index 51b5cb0e25..88926b3bb7 100644 --- a/test/testsuite/ouroboros/test.cfg +++ b/test/testsuite/ouroboros/test.cfg @@ -6,7 +6,7 @@ maple = python3 ${MAPLE_ROOT}/test/testsuite/maple.py run = python3 ${MAPLE_ROOT}/test/testsuite/run.py -build_option = --dex2mpl="-mplt ${MAPLE_BUILD_OUTPUT}/libjava-core/libcore-all.mplt -litprofile=${MAPLE_ROOT}/src/mrt/codetricks/profile.pv/meta.list" --maple="-O0" --ld=" -L${MAPLE_BUILD_OUTPUT}/ops/host-x86_64-O2" --cxx="-I${MAPLE_BUILD_OUTPUT}/ops/libnativehelper/include_jni" +build_option = --dex2mpl="-mplt ${MAPLE_BUILD_OUTPUT}/libjava-core/libcore-all.mplt -litprofile=${MAPLE_ROOT}/src/mrt/codetricks/profile.pv/meta.list" --maple="-O2" --ld=" -L${MAPLE_BUILD_OUTPUT}/ops/host-x86_64-O2" --cxx="-I${MAPLE_BUILD_OUTPUT}/ops/libnativehelper/include_jni" run_option = -- Gitee