drop ut coverage compile option

Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com>
Change-Id: I4efd6728e9ad6fa40c57a0188ebe404934478c73
This commit is contained in:
cheng_jinsong 2022-09-15 19:24:36 -07:00
parent 92100494b4
commit 96e651d76e

View File

@ -16,8 +16,6 @@ import("//build/test.gni")
config("utest_config") {
cflags = [
"-fprofile-arcs",
"-ftest-coverage",
"-Wno-implicit-fallthrough",
"-Wno-unused-function",
]
@ -26,8 +24,6 @@ config("utest_config") {
"-fexceptions",
]
ldflags = [ "--coverage" ]
include_dirs = [
"${appspawn_path}/test/mock/include",
"${appspawn_path}/common",