Remove manual -std=c++11 flag
This is handled by autoconf now.
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user