Skip to content

Commit 2f64b40

Browse files
committed
Remove unused C++ arguments
1 parent ad50a1b commit 2f64b40

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

binding.gyp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,7 @@
7171
"variables" : {
7272
"dpi_check%" : "<!(INSTURL=\"https://oracle.github.io/node-oracledb/INSTALL.html#github\"; ERR=\"oracledb ERR! Error:\"; if [ -f odpi/include/dpi.h ]; then echo \"Has dpi.h\"; else echo \"$ERR Cannot find odpi/include/dpi.h. For GitHub ZIP downloads you must separately download the odpi subdirectory from GitHub.\" >&2; echo \"$ERR See $INSTURL\" >&2; echo \"\" >&2; fi;)"
7373
},
74-
"xcode_settings": {
75-
"GCC_ENABLE_CPP_EXCEPTIONS": "YES",
76-
"GCC_ENABLE_CPP_RTTI": "YES"
77-
},
78-
"libraries" : ['-ldl', '-lpthread', '-Wl,-rpath,/usr/local/lib']
74+
"libraries" : ['-ldl', '-lpthread', '-Wl,-rpath,/usr/local/lib']
7975
}
8076
],
8177
[

0 commit comments

Comments
 (0)