1 Star 0 Fork 12

yanansong/distributed-build

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0016-fix-use-llvm15-path-on-x86_64.patch 711 Bytes
一键复制 编辑 原始数据 按行查看 历史
tianhang 提交于 2023-06-15 17:23 +08:00 . feat:use llvm15 path for strip on x86_64
From 0b07bcf8a6550a98c5b87b9da2bc9ac41af1bf4e Mon Sep 17 00:00:00 2001
From: tian2020 <tian_hang@hoperun.com>
Date: Thu, 15 Jun 2023 17:16:03 +0800
Subject: [PATCH] fix: use llvm15 path on x86_64
---
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yanansong/distributed-build.git
git@gitee.com:yanansong/distributed-build.git
yanansong
distributed-build
distributed-build
master

搜索帮助