From 7ca6ce1dd8437eb1cf41222855afb229af694aef Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Wed, 15 Sep 2010 23:39:35 +0000 Subject: 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 --- build/common.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'build') 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', -- cgit v1.1