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

!26 Mini平台 GN + iccarm 编译构建

Merge pull request !26 from suwenxiang/master
......@@ -5,6 +5,13 @@ if (defined(ohos_lite)) {
config("libpng_config") {
include_dirs = [ "//third_party/libpng" ]
if (board_toolchain_type == "iccarm") {
cflags = [
"--diag_suppress",
"Pa082,Pa084",
]
cflags_cc = cflags
}
}
libpng_source = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册