Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Tweaked bindings.gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jul 26, 2013
1 parent b1d1b71 commit c2d675f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,14 @@
],
'cflags!' : [ '-fno-exceptions' ],
'cflags_cc!': [ '-fno-exceptions' ],
'cflags_cc' : [ '-fexceptions', '-frtti' ],
'conditions': [
['OS=="mac"', {
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'GCC_ENABLE_CPP_RTTI': 'YES',
'MACOSX_DEPLOYMENT_TARGET': '10.7'
}
}],
['OS=="linux"', {
'cflags_cc': [
'-fexceptions',
'-frtti'
]
}]
]
}
Expand Down

0 comments on commit c2d675f

Please # to comment.