From 8ca8a1f8bb78dc7033edeee2f021c7f83a318a77 Mon Sep 17 00:00:00 2001 From: gxmm Date: Thu, 6 Feb 2025 10:52:02 +0800 Subject: [PATCH] fix compile options Signed-off-by: gxmm --- interfaces/kits/cj/screenlockfilemanager/BUILD.gn | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/interfaces/kits/cj/screenlockfilemanager/BUILD.gn b/interfaces/kits/cj/screenlockfilemanager/BUILD.gn index 360c67f58..d6a1eba0c 100644 --- a/interfaces/kits/cj/screenlockfilemanager/BUILD.gn +++ b/interfaces/kits/cj/screenlockfilemanager/BUILD.gn @@ -45,11 +45,7 @@ ohos_shared_library("cj_screen_lock_file_manager_ffi") { "napi:cj_bind_ffi", ] - cflags_cc = [ - "-fstack-protector-strong", - "-O2", - "-D_FORTIFY_SOURCE=2", - ] + cflags_cc = [ "-DHILOG_ENABLE" ] public_configs = [ ":cj_screen_lock_file_manager_ffi_config" ] configs = [ "${access_token_path}/config:access_token_compile_flags", -- Gitee