aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-02-26 14:52:51 -0800
committerGravatar murgatroid99 <mlumish@google.com>2015-02-26 14:52:51 -0800
commitd7e3a2b1f5fe76abcc7a88319615650bc386cc24 (patch)
tree16602d37d4ebd2ce736a1c3e7d00497ba1e9d91b
parent9ef1610cbbf8006c0e9dcc0dcb6ee1519ed17a87 (diff)
Changed c++ version flag in binding.gyp
-rw-r--r--src/node/binding.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/binding.gyp b/src/node/binding.gyp
index 5c34be24ff..10afaf6962 100644
--- a/src/node/binding.gyp
+++ b/src/node/binding.gyp
@@ -10,7 +10,7 @@
"<!(node -e \"require('nan')\")"
],
'cflags': [
- '-std=c++11',
+ '-std=c++0x',
'-Wall',
'-pthread',
'-pedantic',