未验证 提交 1b85f9c5 编写于 作者: O openharmony_ci 提交者: Gitee

!1016 Remove lto from asan,fuzz,coverage

Merge pull request !1016 from yinchuang/remove_lto_tdd
......@@ -576,9 +576,12 @@ template("musl_libs") {
"-fPIC",
"-ffreestanding",
"-fstack-protector-strong",
"-flto",
]
if (!(use_libfuzzer || is_mac || is_asan || use_clang_coverage)) {
cflags += [ "-flto" ]
}
if (use_jemalloc) {
defines += [ "USE_JEMALLOC" ]
if (use_jemalloc_dfx_intf) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册