mirror of https://github.com/nodejs/node.git
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
|
{
|
||
|
'conditions': [
|
||
|
['OS=="win"', {
|
||
|
'target_defaults': {
|
||
|
'msvs_settings': {
|
||
|
'VCLinkerTool': {
|
||
|
'GenerateDebugInformation': 'true',
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}], # OS=="win"
|
||
|
],
|
||
|
}
|