From 99230e5600e3980a7509a29fcb39a811d54fd706 Mon Sep 17 00:00:00 2001 From: Milan Gardian Date: Thu, 26 Jun 2014 14:13:50 -0600 Subject: [PATCH] Duplicate "msvc_settings" for "Debug" configuration - Can't get shared configuration working for "ExceptionHandling" --- binding.gyp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/binding.gyp b/binding.gyp index 02547d7..95f72d2 100644 --- a/binding.gyp +++ b/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': {