diff options
author | CoprDistGit <infra@openeuler.org> | 2024-09-25 09:55:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-09-25 09:55:25 +0000 |
commit | 8fe37c454512853c40108c2c0d19c2d39d15af19 (patch) | |
tree | aefee73b38da5be91c6d7b3a2e1ba13848f41938 /chromium-disable-parallel-gold.patch | |
parent | 0dc651d979e28d3c6b3e380b056741946893de1d (diff) |
automatic import of chromiumopeneuler20.03
Diffstat (limited to 'chromium-disable-parallel-gold.patch')
-rw-r--r-- | chromium-disable-parallel-gold.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium-disable-parallel-gold.patch b/chromium-disable-parallel-gold.patch new file mode 100644 index 0000000..d25912d --- /dev/null +++ b/chromium-disable-parallel-gold.patch @@ -0,0 +1,13 @@ +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", + ] + } + |