From bc2e9a5faa09cacae31af59ecf9a8e4d5ed78aa2 Mon Sep 17 00:00:00 2001 From: "tom.ryser" <tom.ryser@etu.hesge.ch> Date: Wed, 24 Nov 2021 13:06:29 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f01ab20..907d76f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC:=gcc -CFLAGS:= -Wextra -pedantic -fsanitize=address +CFLAGS:= -g -Wextra -pedantic -fsanitize=address NAME:=stack $(NAME): main.o $(NAME).o -- GitLab