diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-08-21 11:57:37 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-08-21 11:57:37 +0300 |
commit | c865655313b7b8b3f4567e3580273a7f7fce7a2f (patch) | |
tree | 2b266146daf7c2fbe34fbbaaa583642aaa107a7d /mkfs.ubifs/Makefile | |
parent | 4d05d877670b40767292a63da1cb6632324e9cbb (diff) |
mkfs.ubifs: remove debugging leftovers from Makefile
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'mkfs.ubifs/Makefile')
-rw-r--r-- | mkfs.ubifs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mkfs.ubifs/Makefile b/mkfs.ubifs/Makefile index 467ae1a..a327eee 100644 --- a/mkfs.ubifs/Makefile +++ b/mkfs.ubifs/Makefile @@ -1,7 +1,6 @@ DESTDIR := /usr/local SBINDIR=/usr/sbin ALL_SOURCES=*.[ch] hashtable/*.[ch] -CFLAGS ?= -O0 -ggdb CFLAGS += -Wall LDLIBS += -lz -llzo2 -lm -luuid TARGETS = mkfs.ubifs |