From 6576032654b7b4f6966ad851157fc685453433f4 Mon Sep 17 00:00:00 2001 From: olemorud Date: Mon, 15 May 2023 01:00:25 +0200 Subject: [PATCH] Makefile: update CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b822d6d..1bb19df 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC := gcc -CFLAGS := -ggdb -O0 -std=c99 -Wall -Wextra -Wpedantic +CFLAGS := -g -O3 -std=c99 -Wall -Wextra -Wpedantic OBJS := obj/arena.o obj/alloc_backend.o