Loading build/bromite_patches_list.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading build/patches/00115-temp-fix-build.patch 0 → 100644 +22 −0 Original line number Diff line number Diff line 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 Loading
build/bromite_patches_list.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
build/patches/00115-temp-fix-build.patch 0 → 100644 +22 −0 Original line number Diff line number Diff line 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