From 66073c4dbd681816059de2d90ce684d14bfe3cc3 Mon Sep 17 00:00:00 2001 From: rl2939 <60378449+rl2939@users.noreply.github.com> Date: Tue, 31 Dec 2024 21:04:32 -0500 Subject: [PATCH] Undo "Add comment to explain C++17 flags." --- plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Makefile b/plugins/Makefile index a8e0b9a..739ff15 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -714,7 +714,7 @@ PLUGIN_FILES += $(filter-out eightfold/src/plugin.cpp,$(wildcard eightfold/src/* # modules/types which are present in other plugins EIGHTFOLD_CUSTOM = Comparator comparator -# custom C++17 flags + EIGHTFOLD_FLAGS = $(filter-out -std=gnu++11,$(BUILD_CXX_FLAGS)) EIGHTFOLD_FLAGS += -std=gnu++17