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

!320 cherry-pick pr319 to this weekly branch

Merge pull request !320 from Caoruihong/cherry-pick-1654596204
......@@ -196,6 +196,10 @@ template("musl_libs") {
"-Wl,--exclude-libs=ALL",
"-Wl,--dynamic-list=${dynamic_list}",
]
if (is_asan) {
ldflags -= [ "-Wl,--dynamic-list=${dynamic_list}" ]
ldflags += [ "-Wl,-Bsymbolic-functions" ]
}
asmflags = cflags
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册