diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-05-07 13:40:48 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-05-07 13:40:48 +0300 |
commit | 91be0c2c919fef17d26b81afc5bb8f123a5758ac (patch) | |
tree | 54b417094a757d6c674a86cb8a7dd6d9688f7c0b /ubi-utils | |
parent | 00d99ae46cfef3a399e82d161f8bf705ec0c10d0 (diff) |
ubi-utils: remove debugging leftovers
Remove -g -O0 which I accidentally introduce. Sorry
for that.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils')
-rw-r--r-- | ubi-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |