summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwfh <wfh@chromium.org>2015-01-22 21:36:21 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-23 05:37:34 +0000
commitf0a9f088fb28f4beb0229e599b99c9fdce8de17f (patch)
tree7d96681dc44697cf796f8b50c5ba5f51a1d66633
parent07a862604793729a64a5fa46d5df07c08f0e3ad1 (diff)
downloadchromium_src-f0a9f088fb28f4beb0229e599b99c9fdce8de17f.zip
chromium_src-f0a9f088fb28f4beb0229e599b99c9fdce8de17f.tar.gz
chromium_src-f0a9f088fb28f4beb0229e599b99c9fdce8de17f.tar.bz2
Remove optimize max for allocator shim on Windows. This optimization is no longer needed as we are not using tcmalloc.
LTCG was inlining all the new() operators causing a bloat in mini_installer.exe. mini_installer.exe: Before: 40,541,184 After: 40,401,408 courgette patch from 40.0.2214.85 (uncompressed): Before: 19,846,729 After: 19,714,831 BUG=448456,434397 Review URL: https://codereview.chromium.org/860083002 Cr-Commit-Position: refs/heads/master@{#312777}
-rw-r--r--base/allocator/allocator.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index b379ec9..c20325d 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -24,11 +24,6 @@
{
'target_name': 'allocator',
'type': 'static_library',
- # Make sure the allocation library is optimized to
- # the hilt in official builds.
- 'variables': {
- 'optimize': 'max',
- },
'direct_dependent_settings': {
'configurations': {
'Common_Base': {