diff --git a/src/Makefile b/src/Makefile index 801a2e24..bb0f32e6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -87,7 +87,7 @@ compiler := $(shell $(CXX) --version) ifneq (,$(findstring clang,$(compiler))) CXXFLAGS += -frelaxed-template-template-args -Wno-ambiguous-reversed-operator else ifneq (,$(findstring g++,$(compiler))) - CXXFLAGS += -Wno-init-list-lifetime + CXXFLAGS += -Wno-init-list-lifetime -Wno-stringop-overflow endif all : kak