From 7066e16c213aa015ad7f9833edec1acc43013506 Mon Sep 17 00:00:00 2001 From: Alfred Burgess <aburgess@ucc.gu.uwa.edu.au> Date: Wed, 13 Dec 2023 15:26:25 +0800 Subject: [PATCH] Added debug and optimisation flags --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index a27274b..0042dac 100644 --- a/makefile +++ b/makefile @@ -15,7 +15,7 @@ endif # Compiler flags # DEBUG BUILD -CXXFLAGS += -g +CXXFLAGS += -g --coverage -O0 # Linker Flags LDFLAGS = -- GitLab