Skip to content

Commit 6eaa301

Browse files
committed
Change c++ standard to c++17
1 parent 5225669 commit 6eaa301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RPM_BUILDREQ=
2020

2121
AC_CONFIG_MACRO_DIR([m4])
2222
# Must be checked before default -g -O2 is set:
23-
CXXFLAGS=" -std=gnu++11 "
23+
CXXFLAGS=" -std=gnu++17 "
2424
AC_ARG_ENABLE([debug],
2525
AC_HELP_STRING([--enable-debug],
2626
[Enable build with debug symbols and without optimizations.]),

0 commit comments

Comments
 (0)