Sha256: e20b540dde6058b80fd89a75cd68e503fddb2dd4dd45fc8146d2415e9655c449
Contents?: true
Size: 641 Bytes
Versions: 5
Compression:
Stored size: 641 Bytes
Contents
# Copyright (c) 2012 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. { 'targets': [ { 'target_name': 'test_large_address_aware_no', 'type': 'executable', 'msvs_settings': { 'VCLinkerTool': { 'LargeAddressAware': '1', } }, 'sources': ['hello.cc'], }, { 'target_name': 'test_large_address_aware_yes', 'type': 'executable', 'msvs_settings': { 'VCLinkerTool': { 'LargeAddressAware': '2', }, }, 'sources': ['hello.cc'], }, ] }
Version data entries
5 entries across 5 versions & 2 rubygems