diff --git a/Makefile b/Makefile index 42eda4a..4c8b196 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ endif $(info Building $(VERSION)) -CXXFLAGS ?= $(DEBUG_FLAGS) -fPIC -fmessage-length=0 -std=c++11 -Wall -Wno-unused-function -Wno-format-truncation +CXXFLAGS ?= $(DEBUG_FLAGS) -fPIC -fmessage-length=0 -std=c++11 -Wall -Wno-unused-function CXXFLAGS += -I$(BUILD) LDFLAGS ?= $(DEBUG_LDFLAGS)