From dff989f832f28e40c93ad6cb79ca7cf878987b39 Mon Sep 17 00:00:00 2001 From: liaoxingxing Date: Thu, 12 Sep 2024 15:59:05 +0800 Subject: [PATCH] =?UTF-8?q?PAC=E4=BD=BF=E8=83=BD=20=EF=BC=88cherry=20picke?= =?UTF-8?q?d=20commit=20from=20?= 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 268d1e5..0ecc606 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -239,6 +239,7 @@ if (defined(ohos_lite)) { } ohos_source_set("libuv_source") { + branch_protector_ret = "pac_ret" configs = [ ":libuv_config" ] cflags = [ "-fvisibility=hidden" ] sources = common_source -- Gitee