Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Side by Side Diff: build/internal/release_defaults.gypi

Issue 8983002: Allow targets to self-select optimization level in official builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
1 { 4 {
2 'msvs_settings': { 5 'msvs_settings': {
3 'VCCLCompilerTool': { 6 'VCCLCompilerTool': {
4 'StringPooling': 'true', 7 'StringPooling': 'true',
5 }, 8 },
6 'VCLinkerTool': { 9 'VCLinkerTool': {
7 'LinkIncremental': '1', 10 'LinkIncremental': '1',
8 'OptimizeReferences': '2', 11 'OptimizeReferences': '2',
9 'EnableCOMDATFolding': '2', 12 'EnableCOMDATFolding': '2',
10 }, 13 },
11 }, 14 },
12 } 15 }
OLDNEW
« no previous file with comments | « no previous file | build/internal/release_impl.gypi » ('j') | build/internal/release_impl_official.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698