提交 b931365e 编写于 作者: P pilipala195 提交者: Gitee

strip all system component by default.

上级 2385cab2
......@@ -21,9 +21,7 @@ if (board_toolchain != "" && use_board_toolchain) {
cxx = ohos_current_cxx_command
ar = ohos_current_ar_command
ld = ohos_current_ld_command
if (ohos_build_type == "release") {
strip = ohos_current_strip_command
}
strip = ohos_current_strip_command
}
} else if (board_toolchain_type == "clang") {
clang_toolchain(board_toolchain) {
......@@ -31,9 +29,7 @@ if (board_toolchain != "" && use_board_toolchain) {
cxx = ohos_current_cxx_command
ar = ohos_current_ar_command
ld = ohos_current_ld_command
if (ohos_build_type == "release") {
strip = ohos_current_strip_command
}
strip = ohos_current_strip_command
}
}
} else {
......@@ -42,8 +38,6 @@ if (board_toolchain != "" && use_board_toolchain) {
cxx = ohos_current_cxx_command
ar = ohos_current_ar_command
ld = ohos_current_ld_command
if (ohos_build_type == "release") {
strip = ohos_current_strip_command
}
strip = ohos_current_strip_command
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册