From 803d7f0ad64f08eb495b525e7bfd41517aff3008 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Mon, 13 Jul 2015 09:17:23 +0900 Subject: [PATCH] more strict cflags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76055dd3..037cf477 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ all: bin/picrin include $(sort $(wildcard contrib/*/nitro.mk)) -debug: CFLAGS += -O0 -g -ansi -std=c89 -pedantic +debug: CFLAGS += -O0 -g -ansi -std=c89 -pedantic -Wall -Werror debug: bin/picrin bin/picrin: $(PICRIN_OBJS) $(CONTRIB_OBJS) lib/libbenz.a