Skip to content

Commit

Permalink
Undo "Add comment to explain C++17 flags."
Browse files Browse the repository at this point in the history
  • Loading branch information
rl2939 committed Jan 1, 2025
1 parent 81ff371 commit 66073c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 66073c4

Please sign in to comment.