Skip to content

Commit

Permalink
BUILD: Change C++ standard to -std=c++17.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Jul 10, 2021
1 parent e3fc678 commit ad6f30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -8,7 +8,7 @@ VERSION=$PACKAGE_VERSION
AC_SUBST(VERSION)
m4_include([ax_pthread.m4])

test "$CXXFLAGS" || CXXFLAGS="-std=c++11"
test "$CXXFLAGS" || CXXFLAGS="-std=c++17"

test "$CFLAGS" || CFLAGS="-g -O3"

Expand Down

0 comments on commit ad6f30f

Please sign in to comment.