Remove debugging flag

This commit is contained in:
speedie 2023-07-02 02:20:43 +02:00
parent b82e874e49
commit 9f5821b4df

View file

@ -15,7 +15,7 @@ options:
@echo "CC = ${CC}"
.c.o:
${CC} -c ${CFLAGS} -g $<
${CC} -c ${CFLAGS} $<
${OBJ}: config.h config.mk