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

Version Path
mt-libuv-4.1.04 ext/gyp/test/win/linker-flags/large-address-aware.gyp
mt-libuv-4.1.03 ext/gyp/test/win/linker-flags/large-address-aware.gyp
mt-libuv-4.1.02 ext/gyp/test/win/linker-flags/large-address-aware.gyp
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/win/linker-flags/large-address-aware.gyp
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/externals/gyp/test/win/linker-flags/large-address-aware.gyp