From 065103ca5a8b2df481ee4403f994e30956434ee2 Mon Sep 17 00:00:00 2001 From: yexiaokang Date: Sat, 7 Sep 2024 02:26:25 +0000 Subject: [PATCH] =?UTF-8?q?update=20BUILD.gn.=20=E5=A2=9E=E5=8A=A0PAC?= =?UTF-8?q?=E4=BF=9D=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yexiaokang --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 1cd01da..a578716 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -68,6 +68,7 @@ if (defined(ohos_lite)) { } ohos_shared_library("libcoap") { + branch_protector_ret = "pac_ret" sources = src public_configs = [ ":libcoap_config" ] public_external_deps = [ "bounds_checking_function:libsec_shared" ]