commit
b4bde54118
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue