need to do some debugging

This commit is contained in:
2020-02-10 22:59:06 -08:00
parent 514953e20d
commit c0fe553ccc
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ BIN := ke
OBJS := main.o
LDFLAGS :=
CFLAGS := -pedantic -Wall -Werror -Wextra -O2 -std=c99 -g
CFLAGS := -pedantic -Wall -Werror -Wextra -O0 -std=c99 -g
.PHONY: all
all: build