From 174eb4a36db21c64aa42bf7d53d7e7df01710563 Mon Sep 17 00:00:00 2001 From: liyufan Date: Tue, 23 May 2023 17:14:31 +0800 Subject: [PATCH] code check Signed-off-by: liyufan --- wpa_supplicant-2.9_standard/BUILD.gn | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/wpa_supplicant-2.9_standard/BUILD.gn b/wpa_supplicant-2.9_standard/BUILD.gn index 38e209f..04778ba 100644 --- a/wpa_supplicant-2.9_standard/BUILD.gn +++ b/wpa_supplicant-2.9_standard/BUILD.gn @@ -55,10 +55,8 @@ config("wpa_warnings") { ohos_shared_library("wpa_client") { sanitize = { cfi = true - cfi_cross_dso = true integer_overflow = true - boundary_sanitize = true - debug = true + debug = false blocklist = "./wpa_blocklist.txt" } @@ -309,10 +307,8 @@ wpa_base_include_dirs = [ ohos_shared_library("wpa") { sanitize = { cfi = true - cfi_cross_dso = true integer_overflow = true - boundary_sanitize = true - debug = true + debug = false blocklist = "./wpa_blocklist.txt" } output_name = "wpa" @@ -453,10 +449,8 @@ ohos_shared_library("wpa") { ohos_shared_library("wpa_updater") { sanitize = { cfi = true - cfi_cross_dso = true integer_overflow = true - boundary_sanitize = true - debug = true + debug = false blocklist = "./wpa_blocklist.txt" } output_name = "wpa_updater" -- GitLab