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

!32 解决 iccarm + gn 文件编译问题

Merge pull request !32 from suwenxiang/master
......@@ -21,6 +21,13 @@ if (defined(ohos_lite)) {
"cJSON_Utils.c",
]
if (board_chaintool_type == "iccarm") {
cflags = [
"--diag_suppress",
"Pe513",
]
cflags_cc = cflags
}
static_library("cjson_static") {
sources = cjson_sources
public_configs = [ ":cjson_config" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册