From 1ac9e5e74533c41bc8ca4af79714e336093b4a20 Mon Sep 17 00:00:00 2001 From: fqwert Date: Wed, 15 Jan 2025 11:19:25 +0800 Subject: [PATCH] =?UTF-8?q?cxx=20gn=E9=80=89=E9=A1=B9=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fqwert Change-Id: I62f64862c6c2fd3a0f52eb991ea86a7d9d615698 --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 3011439f..9f4661b5 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -38,6 +38,7 @@ config("cxx_cppdeps_header_config") { } ohos_static_library("cxx_cppdeps") { + stack_protector_ret = true part_name = "build_framework" subsystem_name = "build" defines = [ "RUST_CXX_NO_EXCEPTIONS" ] -- Gitee