Makefile: update CFLAGS

This commit is contained in:
olemorud
2023-05-15 01:00:25 +02:00
committed by Ole Morud
parent 09528df89b
commit 6576032654

View File

@@ -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