Compile atom_lib with C++ exception enabled.
This commit is contained in:
parent
ec5fc10bd9
commit
49a5f6e38c
1 changed files with 8 additions and 0 deletions
8
atom.gyp
8
atom.gyp
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue