Sha256: e31a308200be82ddc27b2598f2c7d80c1b3843b79e5a589d104e84e47c007a6b

Contents?: true

Size: 1.23 KB

Versions: 5

Compression:

Stored size: 1.23 KB

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': [
    # Verify that 'Profile' option correctly makes it to LINK steup in Ninja
    {
      'target_name': 'test_profile_true',
      'type': 'executable',
      'sources': ['hello.cc'],
      'msvs_settings': {
        'VCCLCompilerTool': {
          'DebugInformationFormat': '3'
        },
        'VCLinkerTool': {
          'Profile': 'true',
          'GenerateDebugInformation': 'true',
        },
      },
    },
    {
      'target_name': 'test_profile_false',
      'type': 'executable',
      'sources': ['hello.cc'],
      'msvs_settings': {
        'VCCLCompilerTool': {
          'DebugInformationFormat': '3'
        },
        'VCLinkerTool': {
          'Profile': 'false',
          'GenerateDebugInformation': 'true',
        },
      },
    },
    {
      'target_name': 'test_profile_default',
      'type': 'executable',
      'sources': ['hello.cc'],
      'msvs_settings': {
        'VCCLCompilerTool': {
          'DebugInformationFormat': '3'
        },
        'VCLinkerTool': {
          'GenerateDebugInformation': 'true',
        },
      },
    },
  ]
}

Version data entries

5 entries across 5 versions & 2 rubygems

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