From 2ec206b5bb36e3787d3e0108867ee65dd0d494fd Mon Sep 17 00:00:00 2001 From: rasmus Date: Thu, 27 Mar 2025 18:11:50 +0100 Subject: [PATCH] Changed makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index ab56faf..8c8fcaf 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ # Makefile for hello.c CC = g++ -CFLAGS = -O2 -Wanalyzer-malloc-leak +CFLAGS = -O2 -Wall -g SRC_DIR = src BUILD_DIR = build