Sha256: ccdda8ba1b121768cb0457a5092084e6702a3bb5b1ca4ad684ff744930d8ec70

Contents?: true

Size: 767 Bytes

Versions: 44

Compression:

Stored size: 767 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_aslr_default',
      'type': 'executable',
      'msvs_settings': {
      },
      'sources': ['hello.cc'],
    },
    {
      'target_name': 'test_aslr_no',
      'type': 'executable',
      'msvs_settings': {
        'VCLinkerTool': {
          'RandomizedBaseAddress': '1',
        },
      },
      'sources': ['hello.cc'],
    },
    {
      'target_name': 'test_aslr_yes',
      'type': 'executable',
      'msvs_settings': {
        'VCLinkerTool': {
          'RandomizedBaseAddress': '2',
        }
      },
      'sources': ['hello.cc'],
    },
  ]
}

Version data entries

44 entries across 44 versions & 7 rubygems

Version Path
libv8-3.11.8.3 vendor/v8/build/gyp/test/win/linker-flags/aslr.gyp
libv8-3.11.8.1 vendor/v8/build/gyp/test/win/linker-flags/aslr.gyp
libv8-3.11.8.0 vendor/v8/build/gyp/test/win/linker-flags/aslr.gyp
libv8-3.10.8.0 vendor/v8/build/gyp/test/win/linker-flags/aslr.gyp