diff --git a/Makefile b/Makefile index 3c0b4623..76055dd3 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ all: bin/picrin include $(sort $(wildcard contrib/*/nitro.mk)) -debug: CFLAGS += -O0 -g +debug: CFLAGS += -O0 -g -ansi -std=c89 -pedantic debug: bin/picrin bin/picrin: $(PICRIN_OBJS) $(CONTRIB_OBJS) lib/libbenz.a