X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2FMakefile;h=bfd98be92606ea00c4336cda0bf454822a97e78f;hp=9f4b6063adf71c75cf66f55620affcfa159e4175;hb=1d1b44f28bbce072485071b6257146eaadf96e75;hpb=f77aa1fad3df8da19d74365c44b31ec95491aed9;ds=sidebyside diff --git a/direct/Makefile b/direct/Makefile index 9f4b606..bfd98be 100644 --- a/direct/Makefile +++ b/direct/Makefile @@ -14,14 +14,15 @@ # # NB Warning this Makefile does not include header dependencies. # -# $Id: Makefile,v 1.19 2008-11-07 00:32:21 charles Exp $ +# $Id: Makefile,v 1.20 2008-11-11 01:48:47 charles Exp $ #EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC CFLAGS = -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM -DCONFIG_YAFFS_YAFFS2 CFLAGS += -DCONFIG_YAFFS_PROVIDE_DEFS -DCONFIG_YAFFSFS_PROVIDE_VALUES -DNO_Y_INLINE -CFLAGS += -Wall -g $(EXTRA_COMPILE_FLAGS) -Wstrict-aliasing -fno-strict-aliasing -CFLAGS += -O0 +CFLAGS += -Wall -g $(EXTRA_COMPILE_FLAGS) -Wstrict-aliasing +#CFLAGS += -fno-strict-aliasing +CFLAGS += -O3 #CFLAGS += -DVALGRIND_TEST #CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations