Skip to content

Commit

Permalink
Merge pull request #527 from mgreter/fix/bindings-gyp-warning
Browse files Browse the repository at this point in the history
Apply correct cflags to source files
  • Loading branch information
am11 committed Nov 9, 2014
2 parents 0d92622 + 8d7d476 commit 8e1daa1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,8 @@
]
}],
['OS!="win"', {
'cflags+': [
'-std=c++11'
],
'cflags_c+': [
'-std=c++11'
],
'cflags_cc+': [
'-std=c++11'
'-std=c++0x'
]
}]
]
Expand Down

0 comments on commit 8e1daa1

Please sign in to comment.