Not actually slower to include the debug branches

This commit is contained in:
K. Lange 2020-12-29 08:22:37 +09:00
parent e9261a2f56
commit 56e7f3aa02

View File

@ -1,4 +1,4 @@
CFLAGS = -g -O3 -Wall -Wextra -pedantic -Wno-unused-parameter
CFLAGS = -g -O3 -Wall -Wextra -pedantic -Wno-unused-parameter -DDEBUG
OBJS = $(patsubst %.c, %.o, $(sort $(wildcard *.c)))
TARGET = kuroko