Files
chromium-dev/chromium-disable-parallel-gold.patch
Martin Pluskal 5948c9710a Accepting request 826029 from home:marxin:branches:devel:gcc-testing
- Add chromium-disable-parallel-gold.patch in order to disable
  broken parallel ld.gold with LTO.
- Enable again LTO for x86_64 and increase memory constraints.
- Use parallel WPA streaming, we will easily fit into memory constraints.
- Remove memory_constrain hack for LTO.

OBS-URL: https://build.opensuse.org/request/show/826029
OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1458
2020-08-12 12:16:24 +00:00

14 lines
541 B
Diff

diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 01d97a360..a9a721403 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -415,8 +415,6 @@ config("compiler") {
# https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/281527606915bb36
# Only apply this to the target linker, since the host
# linker might not be gold, but isn't used much anyway.
- "-Wl,--threads",
- "-Wl,--thread-count=4",
]
}