fix rust toolchain builder
This commit is contained in:
@@ -263,6 +263,7 @@ AudioBuffer-AnalyserNode-fp-mitigations.patch
|
||||
00TEMP-Add-a-log-to-track-strange-behavior.patch
|
||||
00v113-temp-fix-build.patch
|
||||
00114-temp-disable-find-bad-constructs-external-repo.patch
|
||||
00115-temp-fix-build.patch
|
||||
|
||||
bromite-build-utils.patch
|
||||
Content-settings-infrastructure.patch
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
From: uazo <uazo@users.noreply.github.com>
|
||||
Date: Tue, 18 Jul 2023 05:36:06 +0000
|
||||
Subject: 115 temp fix build
|
||||
|
||||
Fix rust toolchain builder
|
||||
---
|
||||
build/toolchain/gcc_toolchain.gni | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni
|
||||
--- a/build/toolchain/gcc_toolchain.gni
|
||||
+++ b/build/toolchain/gcc_toolchain.gni
|
||||
@@ -855,6 +855,7 @@ template("gcc_toolchain") {
|
||||
is_debug = false
|
||||
is_component_build = false
|
||||
is_official_build = false
|
||||
+ generate_linker_map = false
|
||||
}
|
||||
}
|
||||
}
|
||||
--
|
||||
2.25.1
|
||||
Reference in New Issue
Block a user