Skip to content

Commit

Permalink
Remove manual -std=c++11 flag
Browse files Browse the repository at this point in the history
This is handled by autoconf now.
  • Loading branch information
str4d committed Nov 29, 2017
1 parent e2e7ca3 commit c16188c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit c16188c

Please sign in to comment.