File chromium-disable-parallel-gold.patch of Package chromium-ffmpeg-extra (Revision b30401c0254353da4e772a68807e8dc6)
Currently displaying revision b30401c0254353da4e772a68807e8dc6 , Show latest
14
1
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
2
index 01d97a360..a9a721403 100644
3
--- a/build/config/compiler/BUILD.gn
4
+++ b/build/config/compiler/BUILD.gn
5
6
# https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/281527606915bb36
7
# Only apply this to the target linker, since the host
8
# linker might not be gold, but isn't used much anyway.
9
- "-Wl,--threads",
10
- "-Wl,--thread-count=4",
11
]
12
}
13
14