Skip to content

Commit

Permalink
CXXFLAGS
Browse files Browse the repository at this point in the history
Thank you David for contributing with this fix!
  • Loading branch information
linusdunkers authored Nov 1, 2016
1 parent ffbca98 commit bec8c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leveldb/build_detect_platform
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ else
EOF
if [ "$?" = 0 ]; then
COMMON_FLAGS="$COMMON_FLAGS -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT"
PLATFORM_CXXFLAGS="-std=c++0x"
PLATFORM_CXXFLAGS="-std=c++1y"
else
COMMON_FLAGS="$COMMON_FLAGS -DLEVELDB_PLATFORM_POSIX"
fi
Expand Down

0 comments on commit bec8c1d

Please sign in to comment.