Skip to content

Commit

Permalink
Specifying the C++ standard version to avoid deprecation/failures on …
Browse files Browse the repository at this point in the history
…build in case of new standard usage
  • Loading branch information
filipecosta90 committed Jan 19, 2024
1 parent 20c013d commit 49b20d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])
AC_CONFIG_MACRO_DIR([m4])
LT_INIT

CXXFLAGS="-O2 -g -Wall"
CXXFLAGS="-O2 -g -Wall -std=c++98"

# Checks for programs.
AC_PROG_CXX
Expand Down

0 comments on commit 49b20d1

Please sign in to comment.