From 3701afe2a9c9afbfe7984c573cd81b0a937f5c12 Mon Sep 17 00:00:00 2001 From: youbing54 Date: Tue, 20 Aug 2024 11:30:13 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:=20https://gitee.com/openharmony/third?= =?UTF-8?q?=5Fparty=5Fjsoncpp/issues/IAL5A7=20describe:=20jsoncpp=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=90=8E=E5=90=91=E4=BF=9D=E6=8A=A4=20Feature=20or=20?= =?UTF-8?q?Bugfix:=20Bugfix=20Binary=20Source:Yes=20Signed-off-by:=20youbi?= =?UTF-8?q?ng54?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 0699a60..4cb68e8 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -45,6 +45,7 @@ if (defined(ohos_lite)) { defines = [ "CJSON_NESTING_LIMIT=(128)" ] } ohos_static_library("cjson_static") { + branch_protector_ret = "pac_ret" sources = [ "cJSON.c" ] public_configs = [ ":cJSON_config" ] part_name = "cJSON" -- Gitee