diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-15 23:39:35 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-15 23:39:35 +0000 |
commit | 7ca6ce1dd8437eb1cf41222855afb229af694aef (patch) | |
tree | b3f2bb904ead8d1a01f63004b1db002c6994ca7f /build | |
parent | 8a0357f50490a94c04e5685ae9885e03777a1c05 (diff) | |
download | chromium_src-7ca6ce1dd8437eb1cf41222855afb229af694aef.zip chromium_src-7ca6ce1dd8437eb1cf41222855afb229af694aef.tar.gz chromium_src-7ca6ce1dd8437eb1cf41222855afb229af694aef.tar.bz2 |
linux: Pass -pipe to gcc.
This was marginally faster in my local test on one file.
TEST=compiles
Review URL: http://codereview.chromium.org/3444006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59583 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 63a84f5..2730feb 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -837,6 +837,7 @@ # Don't export any symbols (for example, to plugins we dlopen()). # Note: this is *required* to make some plugins work. '-fvisibility=hidden', + '-pipe', ], 'cflags_cc': [ '-fno-rtti', |