25 lines
683 B
Diff
25 lines
683 B
Diff
From bc15bf76bd51a0c017b8f1a289e84831ac7a6388 Mon Sep 17 00:00:00 2001
|
|
From: zxstty <zhaojiaqi18@huawei.com>
|
|
Date: Thu, 9 Nov 2023 11:10:53 +0800
|
|
Subject: [PATCH] 0016
|
|
|
|
---
|
|
toolchain/linux/BUILD.gn | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/toolchain/linux/BUILD.gn b/toolchain/linux/BUILD.gn
|
|
index 353b13d..a8c2f78 100755
|
|
--- a/toolchain/linux/BUILD.gn
|
|
+++ b/toolchain/linux/BUILD.gn
|
|
@@ -121,7 +121,6 @@ clang_toolchain("linux_clang_x86_64") {
|
|
# Output linker map files for binary size analysis.
|
|
enable_linker_map = true
|
|
toolprefix = "/usr/bin/"
|
|
- strip = "/usr/bin/llvm-strip"
|
|
toolchain_args = {
|
|
current_cpu = "x64"
|
|
current_os = "linux"
|
|
--
|
|
2.33.0
|
|
|