From 40ee92f1876820778055fdebba563c3f661076f3 Mon Sep 17 00:00:00 2001 From: jiangminsen Date: Thu, 28 Sep 2023 09:41:19 +0800 Subject: [PATCH] =?UTF-8?q?CFI=E9=85=8D=E7=BD=AE=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiangminsen --- interfaces/innerkits/appverify/BUILD.gn | 7 ------- 1 file changed, 7 deletions(-) diff --git a/interfaces/innerkits/appverify/BUILD.gn b/interfaces/innerkits/appverify/BUILD.gn index da3bc8f..43adb8e 100644 --- a/interfaces/innerkits/appverify/BUILD.gn +++ b/interfaces/innerkits/appverify/BUILD.gn @@ -25,13 +25,6 @@ if (os_level == "standard") { } ohos_shared_library("libhapverify") { - sanitize = { - cfi = true - cfi_cross_dso = true - debug = false - } - stack_protector_ret = true - sources = [ "src/common/hap_byte_buffer.cpp", "src/common/hap_byte_buffer_data_source.cpp", -- Gitee