提交 a7ad8a6c 编写于 作者: J jiadexiang 提交者: Chris_P927

fix:stack overflow issue

Signed-off-by: Chris_P927's avatarpanchengzhong <1144372483@qq.com>
上级 d5d171dc
...@@ -19,6 +19,13 @@ import("//build/lite/ndk/ndk.gni") ...@@ -19,6 +19,13 @@ import("//build/lite/ndk/ndk.gni")
config("cjson_config") { config("cjson_config") {
include_dirs = [ "//third_party/cJSON" ] include_dirs = [ "//third_party/cJSON" ]
ldflags = [ "-lm" ] ldflags = [ "-lm" ]
defines = [ "CJSON_NESTING_LIMIT=(128)" ]
if (board_toolchain_type == "iccarm") {
cflags = [
"--diag_suppress",
"Pa084",
]
}
} }
cjson_sources = [ cjson_sources = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册