From 91be0c2c919fef17d26b81afc5bb8f123a5758ac Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Thu, 7 May 2009 13:40:48 +0300 Subject: ubi-utils: remove debugging leftovers Remove -g -O0 which I accidentally introduce. Sorry for that. Signed-off-by: Artem Bityutskiy --- ubi-utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile index 877a032..dcff7e3 100644 --- a/ubi-utils/Makefile +++ b/ubi-utils/Makefile @@ -6,7 +6,7 @@ KERNELHDR := ../include SUBDIRS = old-utils -CFLAGS += -g -O0 +#CFLAGS += -Werror CPPFLAGS += -Iinclude -Isrc -I$(KERNELHDR) LIBS = libubi libmtd libubigen libiniparser libscan -- cgit v1.2.3