Commit c2d675fc by Andrew Nesbitt

Tweaked bindings.gyp

parent b1d1b71f
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
], ],
'cflags!' : [ '-fno-exceptions' ], 'cflags!' : [ '-fno-exceptions' ],
'cflags_cc!': [ '-fno-exceptions' ], 'cflags_cc!': [ '-fno-exceptions' ],
'cflags_cc' : [ '-fexceptions', '-frtti' ],
'conditions': [ 'conditions': [
['OS=="mac"', { ['OS=="mac"', {
'xcode_settings': { 'xcode_settings': {
...@@ -37,12 +38,6 @@ ...@@ -37,12 +38,6 @@
'GCC_ENABLE_CPP_RTTI': 'YES', 'GCC_ENABLE_CPP_RTTI': 'YES',
'MACOSX_DEPLOYMENT_TARGET': '10.7' 'MACOSX_DEPLOYMENT_TARGET': '10.7'
} }
}],
['OS=="linux"', {
'cflags_cc': [
'-fexceptions',
'-frtti'
]
}] }]
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment