From 9eb32f0766969b78dd34d3d5ef11e670a24d03e1 Mon Sep 17 00:00:00 2001 From: aletempiac Date: Thu, 8 Feb 2024 15:11:58 +0100 Subject: [PATCH] Changing compilation flag for c++11 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0cc979b75..3c81251cf 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ ifdef ABC_USE_LIBSTDCXX endif $(info $(MSG_PREFIX)Using CFLAGS=$(CFLAGS)) -CXXFLAGS += $(CFLAGS) -std=c++17 +CXXFLAGS += $(CFLAGS) -std=c++11 SRC := GARBAGE := core core.* *.stackdump ./tags $(PROG) arch_flags