From e174afd49e9cf0122df249217babf3f1bda992d3 Mon Sep 17 00:00:00 2001 From: caoxiaogang Date: Fri, 26 Apr 2024 14:21:03 +0800 Subject: [PATCH] =?UTF-8?q?rust=E6=8E=A5=E5=8F=A3=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: caoxiaogang --- interfaces/rust/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/rust/BUILD.gn b/interfaces/rust/BUILD.gn index 05c32c5..816dfa2 100644 --- a/interfaces/rust/BUILD.gn +++ b/interfaces/rust/BUILD.gn @@ -20,6 +20,7 @@ ohos_rust_shared_library("hilog_rust") { crate_name = "hilog_rust" crate_type = "dylib" + rustflags = [ "-Zstack-protector=all" ] subsystem_name = "hiviewdfx" part_name = "hilog" -- Gitee