We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c921b7 commit e132b36Copy full SHA for e132b36
binding.gyp
@@ -1,4 +1,11 @@
1
{
2
+ 'conditions': [
3
+ ['OS=="mac"', {
4
+ 'make_global_settings': [
5
+ ['CC', '/usr/bin/gcc'],
6
+ ['CXX', '/usr/bin/g++']
7
+ ]
8
+ }]],
9
"targets": [
10
11
"target_name": "mysql_bindings",
@@ -16,6 +23,13 @@
16
23
'cflags_cc!': [
17
24
'-fno-exceptions'
18
25
],
26
27
28
+ 'xcode_settings': {
29
+ 'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
30
+ 'GCC_ENABLE_CPP_RTTI': 'YES'
31
+ }
32
19
33
"sources": [
20
34
"lib/node-db/exception.cc",
21
35
"lib/node-db/binding.cc",
0 commit comments