From 7a595afa37423b99f79efbbbb2241090cb56653a Mon Sep 17 00:00:00 2001 From: Claes Nästén Date: Wed, 19 Feb 2025 00:01:12 +0100 Subject: Compile without -std=c++11 Don't force full C++11 support, as we only require a very small subset of features that may be available in the compiler as extensions like GNU. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d9727be8..fd5c8faa 100644 --- a/configure.ac +++ b/configure.ac @@ -708,7 +708,7 @@ dnl ----------- dnl if eval "test x$GCC = xyes"; then - CXXFLAGS="$CXXFLAGS -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -pedantic -std=c++11 -D_POSIX_C_SOURCE=200112L" + CXXFLAGS="$CXXFLAGS -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -pedantic -D_POSIX_C_SOURCE=200112L" fi dnl ---------------------------------- -- cgit v1.2.3