From fc58dd92423eab233b524c30e322d7c85f7d09c9 Mon Sep 17 00:00:00 2001 From: gxm Date: Thu, 6 Feb 2025 02:45:05 +0000 Subject: [PATCH] Revert "fix compile options" This reverts commit 3afa8f8f1a4202d4856384c52a9501b3cb8e0ffb. --- 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