From 007db7a7294cc3cd97575a3b77038218fa997a21 Mon Sep 17 00:00:00 2001 From: "Jason S. Ninneman" Date: Fri, 14 Jul 2017 19:45:17 -0700 Subject: [PATCH] Ensure cheat is built with debug options when 'make debug' is given. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.31.1