回退编译选项修改

Signed-off-by: zhangcui <zhangcui11@huawei.com>
This commit is contained in:
zhangcui 2023-03-06 07:24:21 +00:00 committed by Gitee
parent 066c79e0bf
commit b781ee211d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -60,8 +60,8 @@ config("user_common_config") {
config("kern_common_config") {
cflags = [
"-target",
"-g",
"bpf",
"-g",
"-fno-stack-protector",
]
defines = [ "__aarch64__" ]