From 94f12831d6f46b54dea52723c36af8aa8bedf214 Mon Sep 17 00:00:00 2001 From: Allanis Date: Sun, 9 Jun 2013 17:12:57 +0100 Subject: [PATCH] [Add] -Wextra to debug build. --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Makefile b/bin/Makefile index b807117..429fea1 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -26,7 +26,7 @@ CVORBIS = CGL = CFLAGS = $(CLUA) $(CPLUTO) $(CSDL) $(CXML) $(CTTF) $(CGL) $(CAL) $(CVORBIS) $(VERSION) -D$(OS) -fgnu89-inline ifdef DEBUG -CFLAGS += -W -Wall -g3 -DDEBUG -DLUA_USE_APICHECK -std=c99 +CFLAGS += -W -Wall -Wextra -g3 -DDEBUG -DLUA_USE_APICHECK -std=c99 else CFLAGS += -O2 -funroll-loops -pipe -std=c99 endif