Skip to content

Commit

Permalink
attempt to enable exceptions which are disabled by default due to htt…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Apr 6, 2016
1 parent fc31efa commit bfba79a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"cflags!": ["-fno-exceptions"],
"defines": [
"NOGDI=1",
"HAVE_LIBZ"
"HAVE_LIBZ",
'_HAS_EXCEPTIONS=1'
],
"xcode_settings": {
"GCC_ENABLE_CPP_EXCEPTIONS": "YES",
Expand Down

0 comments on commit bfba79a

Please sign in to comment.