Add config=analyze
This commit is contained in:
parent
d27a64338e
commit
af3cd2e7b6
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue