From 7d1ddf5dc9c4d80565406fc29580c79947933ed4 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Mon, 13 Jul 2015 09:08:22 +0900 Subject: [PATCH] update cflags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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