Remove manual -std=c++11 flag

This is handled by autoconf now.
This commit is contained in:
Jack Grigg
2017-10-29 16:30:09 +13:00
parent e2e7ca3054
commit c16188cc6d

View File

@@ -40,9 +40,6 @@ else
CXXFLAGS_overridden=no
fi
# Zcash requries C++11 compatibility; set it early:
CXXFLAGS="-std=c++11 $CXXFLAGS"
AC_PROG_CXX
m4_ifdef([AC_PROG_OBJCXX],[AC_PROG_OBJCXX])