michael@0: # Copyright (c) 2011 The Chromium Authors. All rights reserved. michael@0: # Use of this source code is governed by a BSD-style license that can be michael@0: # found in the LICENSE file. michael@0: { michael@0: 'msvs_settings': { michael@0: 'VCCLCompilerTool': { michael@0: 'StringPooling': 'true', michael@0: }, michael@0: 'VCLinkerTool': { michael@0: # No incremental linking. michael@0: 'LinkIncremental': '1', michael@0: # Eliminate Unreferenced Data (/OPT:REF). michael@0: 'OptimizeReferences': '2', michael@0: # Folding on (/OPT:ICF). michael@0: 'EnableCOMDATFolding': '2', michael@0: }, michael@0: }, michael@0: }