Add config=analyze

This commit is contained in:
Arseny Kapoulkine 2015-10-18 18:00:17 -07:00
parent d27a64338e
commit af3cd2e7b6

View file

@ -34,6 +34,10 @@ ifeq ($(config),sanitize)
endif
endif
ifeq ($(config),analyze)
CXXFLAGS+=--analyze
endif
ifneq ($(defines),standard)
COMMA=,
CXXFLAGS+=-D $(subst $(COMMA), -D ,$(defines))