Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[core] c++1y -> c++14
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorris committed Oct 14, 2015
1 parent 62595a9 commit 071dbcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gyp/common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
'GCC_ENABLE_CPP_RTTI': 'YES',
'OTHER_CPLUSPLUSFLAGS': [
'-std=c++1y',
'-std=c++14',
'-Werror',
'-Wall',
'-Wextra',
Expand All @@ -35,7 +35,6 @@
'-Wshadow',
'-Wno-variadic-macros',
'-Wno-error=unused-parameter',
'-Wno-c++1y-extensions',
'-frtti',
'-fexceptions',
'${CFLAGS}',
Expand Down

0 comments on commit 071dbcf

Please sign in to comment.