summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-09 02:39:41 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-09 02:39:41 +0000
commit48178fda44b18b441b41535e6110bf8993fd8a32 (patch)
tree5f9e79b631d9b7adf9e2de2e3277843be8f1764f /build
parent0b519ccc8b1ad351e6ce370c13343c2119d88856 (diff)
downloadchromium_src-48178fda44b18b441b41535e6110bf8993fd8a32.zip
chromium_src-48178fda44b18b441b41535e6110bf8993fd8a32.tar.gz
chromium_src-48178fda44b18b441b41535e6110bf8993fd8a32.tar.bz2
Revert 121148 - linux: migrate linker --threads flag out of gyp
This just copies the flags used within gyp. BUG=gyp:250 Review URL: http://codereview.chromium.org/9360032 TBR=evan@chromium.org Review URL: https://chromiumcodereview.appspot.com/9368014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi7
1 files changed, 0 insertions, 7 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 1b3b030..5c5847e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2000,13 +2000,6 @@
'cflags': ['-finstrument-functions'],
}],
['linux_use_gold_flags==1', {
- 'ldflags': [
- # Experimentation found that using four linking threads
- # saved ~20% of link time.
- # https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/281527606915bb36
- '-Wl,--threads',
- '-Wl,--thread-count=4',
- ],
'conditions': [
['release_valgrind_build==0', {
'target_conditions': [