diff --git a/atom.gyp b/atom.gyp index 1a87591ad8ff..488f6b74237d 100644 --- a/atom.gyp +++ b/atom.gyp @@ -252,6 +252,14 @@ '.', 'vendor', ], + 'msvs_settings': { + 'VCCLCompilerTool': { + # Programs that use the Standard C++ library must be compiled with C++ + # exception handling enabled. + # http://support.microsoft.com/kb/154419 + 'ExceptionHandling': 1, + }, + }, }, { 'target_name': 'generated_sources',