From 9f5821b4df0d38594e26f43016f7ddb303c2d0c9 Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 2 Jul 2023 02:20:43 +0200 Subject: [PATCH] Remove debugging flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dde2d13..77bcbc0 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ options: @echo "CC = ${CC}" .c.o: - ${CC} -c ${CFLAGS} -g $< + ${CC} -c ${CFLAGS} $< ${OBJ}: config.h config.mk