Skip to content

Commit

Permalink
Bug 1368621 - Specify exception handling for MSVC, r=franziskus
Browse files Browse the repository at this point in the history
Differential Revision: https://nss-review.dev.mozaws.net/D328

--HG--
extra : amend_source : 604d31e1c32c51256bf928704c15ae0efcf04273
  • Loading branch information
martinthomson committed May 30, 2017
1 parent 9972203 commit 4becc89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coreconf/config.gypi
Expand Up @@ -480,6 +480,7 @@
'PreprocessorDefinitions': [
'WIN32',
],
'AdditionalOptions': [ '/EHsc' ],
},
},
}],
Expand All @@ -494,6 +495,7 @@
'WIN64',
'_AMD64_',
],
'AdditionalOptions': [ '/EHsc' ],
},
},
}],
Expand Down

0 comments on commit 4becc89

Please sign in to comment.