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

!925 提供jemalloc编译相关的配置

Merge pull request !925 from wangchen/0529_musl
......@@ -267,6 +267,10 @@ template("musl_libs") {
"-DOHOS_TCACHE_NSLOTS_LARGE=16",
]
if (is_debug || musl_secure_level > 1) {
cflags += [ "-DOHOS_TCACHE_NSLOTS_RANDOM" ]
}
if (musl_arch == "arm") {
cflags += [
"-march=armv7-a",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册