From 8afc83874f12c6d7027002db0337ee871580e964 Mon Sep 17 00:00:00 2001 From: Ethan Mahintorabi Date: Sat, 4 May 2024 01:13:09 +0000 Subject: [PATCH] add c++17 back to makefile for makefile only runs Signed-off-by: Ethan Mahintorabi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aad66cb78..0cc979b75 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ ifdef ABC_USE_LIBSTDCXX endif $(info $(MSG_PREFIX)Using CFLAGS=$(CFLAGS)) -CXXFLAGS += $(CFLAGS) +CXXFLAGS += $(CFLAGS) -std=c++17 SRC := GARBAGE := core core.* *.stackdump ./tags $(PROG) arch_flags