Skip to content

Commit

Permalink
C++11
Browse files Browse the repository at this point in the history
- Use C++11 standard
  • Loading branch information
jelu committed Sep 4, 2024
1 parent 9625b96 commit d8a06a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ AC_CONFIG_HEADER([src/config.h])

# Checks for programs.
AC_PROG_CXX
AS_VAR_APPEND(CXXFLAGS, [" -std=c++11"])

# Check --enable-warn-all
AC_ARG_ENABLE([warn-all], [AS_HELP_STRING([--enable-warn-all], [Enable all compiler warnings])], [
Expand Down

0 comments on commit d8a06a3

Please sign in to comment.