diff options
author | idana@chromium.org <idana@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 01:24:13 +0000 |
---|---|---|
committer | idana@chromium.org <idana@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 01:24:13 +0000 |
commit | 4a1bd4cab15c877feb9fc360d83565a846e40d06 (patch) | |
tree | bdcabab752eda58dc8cbf12caf71c25e6e1bef33 /build | |
parent | 370438d5908bd1cb22b88adb60cf66866c974f6b (diff) | |
download | chromium_src-4a1bd4cab15c877feb9fc360d83565a846e40d06.zip chromium_src-4a1bd4cab15c877feb9fc360d83565a846e40d06.tar.gz chromium_src-4a1bd4cab15c877feb9fc360d83565a846e40d06.tar.bz2 |
Revert 32244 - linux: pass gcsections in link line
We have compile flags set up to support using gcsections, but apparently
we aren't using it for the actual link? This has a large difference on
binary size.
Review URL: http://codereview.chromium.org/399048
TBR=evan@chromium.org
Review URL: http://codereview.chromium.org/401018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32248 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index 64bbd63..6a703ab 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -614,9 +614,6 @@ '-fdata-sections', '-ffunction-sections', ], - 'ldflags': [ - '-Wl,--gc-sections', - ], }, }, 'variants': { |