win: disable stl exception usage
authorBert Belder <bertbelder@gmail.com>
Thu, 8 Jan 2015 10:23:59 +0000 (11:23 +0100)
committerBert Belder <bertbelder@gmail.com>
Thu, 8 Jan 2015 10:42:10 +0000 (11:42 +0100)
commit4519db0407e394170eee958920112f153c27912a
treefb32af83c0d4ffc0fcf2154e801ead8e8230c551
parentda9eff80a3e9042f335867436617f940e86dbf0d
win: disable stl exception usage

Tell the stl that exception handling is unavailable. This avoids warnings
like:

  C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\
  xlocale(337): warning C4530: C++ exception handler used, but unwind
  semantics are not enabled. Specify /EHsc

PR-URL: https://github.com/iojs/io.js/pull/258
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
common.gypi