!189 删除冗余的通用编译选项

Merge pull request !189 from wish/tag_delete_wall
This commit is contained in:
openharmony_ci
2022-07-11 00:57:53 +00:00
committed by Gitee
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -54,7 +54,6 @@ if (ohos_kernel_type == "liteos_m") {
}
} else {
shared_library("sysparam") {
cflags = [ "-Wall" ]
public_deps = [
"//base/startup/init_lite/interfaces/innerkits:libbegetutil",
"//third_party/bounds_checking_function:libsec_shared",
-1
View File
@@ -17,7 +17,6 @@ import("//build/lite/ndk/ndk.gni")
if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") {
shared_library("token_shared") {
cflags = [ "-Wall" ]
include_dirs = [
"//base/startup/syspara_lite/interfaces/kits",
"//utils/native/lite/include",
-1
View File
@@ -21,7 +21,6 @@ config("sysparam_simulator_public_config") {
}
config("sysparam_simulator_config") {
cflags = [ "-Wall" ]
cflags += [
"-Wno-error",
"-D_INC_STDIO_S",