diff options
-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 |