From: Jason S. Ninneman Date: Sat, 15 Jul 2017 02:45:17 +0000 (-0700) Subject: Ensure cheat is built with debug options when 'make debug' is given. X-Git-Tag: 1.3~60 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=007db7a7294cc3cd97575a3b77038218fa997a21;ds=sidebyside Ensure cheat is built with debug options when 'make debug' is given. --- diff --git a/Makefile b/Makefile index 91ec3b6..8819291 100644 --- a/Makefile +++ b/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: