Ensure cheat is built with debug options when 'make debug' is given.
This commit is contained in:
parent
5fa5d506ee
commit
007db7a729
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -115,11 +115,10 @@ linty: CCFLAGS += -Wwrite-strings
|
|||
linty: CCFLAGS += -Wunreachable-code
|
||||
linty: CCFLAGS += -Winit-self
|
||||
linty: CCFLAGS += -Wpointer-arith
|
||||
linty: advent
|
||||
linty: advent cheat
|
||||
|
||||
debug: CCFLAGS += -O0 --coverage -ggdb
|
||||
debug: linty
|
||||
debug: cheat
|
||||
|
||||
CSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf
|
||||
cppcheck:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue