Merge pull request #66 from GabrielRavier/fixMakefile

Fix Makefile
This commit is contained in:
Clownacy 2019-11-01 12:32:25 +00:00 committed by GitHub
commit b4bde54118
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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