mirror of
https://gitee.com/openharmony/startup_init
synced 2024-12-13 13:54:18 +00:00
drop ut coverage compile option
Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com> Change-Id: Ie847c61b7362a2249bb274bd0f2e960a3146ad3c
This commit is contained in:
parent
518895801a
commit
2e5b33c3ae
@ -17,8 +17,6 @@ config("utest_config") {
|
||||
visibility = [ ":*" ]
|
||||
|
||||
cflags = [
|
||||
"-fprofile-arcs",
|
||||
"-ftest-coverage",
|
||||
"-Wno-implicit-fallthrough",
|
||||
"-Wno-unused-function",
|
||||
]
|
||||
@ -26,8 +24,6 @@ config("utest_config") {
|
||||
"-Wno-implicit-fallthrough",
|
||||
"-fexceptions",
|
||||
]
|
||||
|
||||
ldflags = [ "--coverage" ]
|
||||
}
|
||||
|
||||
FSCRYPT_PATH =
|
||||
|
Loading…
Reference in New Issue
Block a user