Skip to content

Commit

Permalink
Old GCC support
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Sep 4, 2017
1 parent 0108380 commit 788703a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,8 @@

'cflags_cc!': ['-fno-rtti', '-fno-exceptions'],
'cflags_cc+': ['-frtti', '-fno-exceptions'],
'cflags': ['-std=c++1', '-stdlib=libc++'],
#'cflags': ['-std=c++1', '-stdlib=libc++'],
'conditions': [
['OS!="win"', {
"defines": [
# 'RINSIDE_CALLBACKS',
],
'cflags+': ["-std=c++11"],
'cflags_c': ["-std=c++11"],
'cflags_cc': ["-std=c++11"],
}],
['OS=="mac"', {
'xcode_settings': {
"MACOSX_DEPLOYMENT_TARGET": "10.12",
Expand Down

0 comments on commit 788703a

Please sign in to comment.