Compile atom_lib with C++ exception enabled.

This commit is contained in:
Cheng Zhao 2013-07-01 18:31:23 +08:00
parent ec5fc10bd9
commit 49a5f6e38c

View file

@ -252,6 +252,14 @@
'.', '.',
'vendor', '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', 'target_name': 'generated_sources',