summaryrefslogtreecommitdiff
path: root/deps/uv/common.gypi
blob: 440519f541770afc4a84e4c78f63fd3a1e39a5b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  'conditions': [
    ['OS=="win"', {
      'target_defaults': {
        'msvs_settings': {
          'VCLinkerTool': {
            'GenerateDebugInformation': 'true',
          },
        },
      },
    }],  # OS=="win"
  ],
}