We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2ff59 commit 5833f47Copy full SHA for 5833f47
build_tools/build_detect_platform
@@ -38,7 +38,7 @@ if test -z "$OUTPUT"; then
38
fi
39
40
# we depend on C++11
41
-PLATFORM_CXXFLAGS="-std=gnu++11"
+PLATFORM_CXXFLAGS="-std=c++11"
42
# we currently depend on POSIX platform
43
COMMON_FLAGS="-DROCKSDB_PLATFORM_POSIX"
44
0 commit comments