Skip to content

Commit

Permalink
Merge pull request pgriess#1 from zachizi/master
Browse files Browse the repository at this point in the history
Build using C++11 on OS X.
  • Loading branch information
bombela committed Sep 26, 2015
2 parents 12afb47 + fcb601f commit 080b2a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binding.gyp
Expand Up @@ -36,12 +36,14 @@
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'WARNING_CFLAGS': ['-Wall', '-Wno-unused-function'],
'OTHER_CFLAGS': ['-std=c++11'],
}
},
'Release': {
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'WARNING_CFLAGS': ['-Wall', '-Wno-unused-function'],
'OTHER_CFLAGS': ['-std=c++11'],
},
},
},
Expand Down

0 comments on commit 080b2a2

Please sign in to comment.