From 5c7a02fec8d632e0bf83452ac12a041d36d063e6 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 1 Sep 2022 16:38:03 +0200 Subject: [PATCH] Build: remove -ansi requirement --- Makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.conf b/Makefile.conf index f32ac26..6eeb044 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -11,7 +11,7 @@ TARGET=libpEpCxx11.a DEBUG=1 PREFIX?=$(HOME) LANG_VERSION=c++11 -CXXFLAGS+=-fPIC -Wall -Wextra -ansi -pedantic +CXXFLAGS+=-fPIC -Wall -Wextra -pedantic ifneq (,$(findstring g++,$(CXX))) CXXFLAGS+=-fdiagnostics-color=always