Browse Source

Undo "Add comment to explain C++17 flags."

pull/735/head
rl2939 1 year ago
parent
commit
66073c4dbd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/Makefile

+ 1
- 1
plugins/Makefile View File

@@ -714,7 +714,7 @@ PLUGIN_FILES += $(filter-out eightfold/src/plugin.cpp,$(wildcard eightfold/src/*
# modules/types which are present in other plugins # modules/types which are present in other plugins
EIGHTFOLD_CUSTOM = Comparator comparator EIGHTFOLD_CUSTOM = Comparator comparator


# custom C++17 flags
EIGHTFOLD_FLAGS = $(filter-out -std=gnu++11,$(BUILD_CXX_FLAGS)) EIGHTFOLD_FLAGS = $(filter-out -std=gnu++11,$(BUILD_CXX_FLAGS))
EIGHTFOLD_FLAGS += -std=gnu++17 EIGHTFOLD_FLAGS += -std=gnu++17




Loading…
Cancel
Save