projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec5fc10
)
Compile atom_lib with C++ exception enabled.
author
Cheng Zhao
<zcbenz@gmail.com>
Mon, 1 Jul 2013 10:31:23 +0000
(18:31 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Mon, 1 Jul 2013 10:31:23 +0000
(18:31 +0800)
atom.gyp
patch
|
blob
|
history
diff --git
a/atom.gyp
b/atom.gyp
index
1a87591
..
488f6b7
100644
(file)
--- 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',