Fix Makefile

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-11-01 13:20:46 +01:00
parent d013418ee2
commit 65502fd809

View file

@ -48,7 +48,7 @@ ifeq ($(WARNINGS), 1)
endif endif
ifeq ($(ALL_WARNINGS), 1) ifeq ($(ALL_WARNINGS), 1)
ifneq ($(findstring clang,$(CXX),) ifneq ($(findstring clang,$(CXX),))
# Use clang-specific flag -Weverything # Use clang-specific flag -Weverything
CXXFLAGS += -Weverything CXXFLAGS += -Weverything
else else