Actually _enable_ standards-compliant C++.

This commit is contained in:
2025-03-02 11:10:04 -05:00
parent d1fa4d5cca
commit 7aa237d228

View File

@ -709,7 +709,7 @@ dnl -----------
dnl
if eval "test x$GCC = xyes"; then
CXXFLAGS="$CXXFLAGS -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -pedantic -D_POSIX_C_SOURCE=200112L -std=c++23"
CXXFLAGS="$CXXFLAGS -Wall -W -Wno-unused-parameter -pedantic -D_POSIX_C_SOURCE=200112L -std=c++23"
fi
dnl ----------------------------------