Browse Source

Duplicate "msvc_settings" for "Debug" configuration

- Can't get shared configuration working for "ExceptionHandling"
v1.x
Milan Gardian 11 years ago
parent
commit
99230e5600
  1. 9
      binding.gyp

9
binding.gyp

@ -47,6 +47,15 @@
'_USE_MATH_DEFINES' # for M_PI
],
'configurations': {
'Debug': {
'msvs_settings': {
'VCCLCompilerTool': {
'WarningLevel': 4,
'ExceptionHandling': 1,
'DisableSpecificWarnings': [4100, 4127, 4201, 4244, 4267, 4506, 4611, 4714]
}
}
},
'Release': {
'msvs_settings': {
'VCCLCompilerTool': {

Loading…
Cancel
Save