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

Commit

Permalink
ensure -std=c++11 on linux - refs #27
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Feb 3, 2014
1 parent 83e1ab1 commit e3256c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
'ONLY_ACTIVE_ARCH': 1
},
'cflags':['-std=c++11'],
'configurations': {
'Debug': {
'cflags': [ '-g', '-O0', '-I<(boost_root)/include' ],
Expand Down

0 comments on commit e3256c3

Please sign in to comment.