diff --git a/binding.gyp b/binding.gyp index beb99237..14de5318 100755 --- a/binding.gyp +++ b/binding.gyp @@ -74,6 +74,15 @@ 'VCCLCompilerTool': { 'ExceptionHandling': 1 # /EHsc } - } + }, + 'configurations': { + 'Release': { + 'msvs_settings': { + 'VCCLCompilerTool': { + 'ExceptionHandling': 1, + } + } + } + }, }] }