From: Robert Spalek Date: Wed, 5 Jun 2002 20:28:20 +0000 (+0000) Subject: loop unrolling turned on for hashfunc.o X-Git-Tag: holmes-import~1403 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=55af8091a6e05675a50ff1d599506e6f1a9cde99;p=libucw.git loop unrolling turned on for hashfunc.o --- diff --git a/lib/Makefile b/lib/Makefile index 131f3308..273e3fda 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -12,6 +12,8 @@ SHLIB_OBJS=alloc.o alloc_str.o ctmatch.o db.o fastbuf.o fb-file.o fb-mem.o lists obj/lib/libsh.a: $(addprefix obj/lib/,$(SHLIB_OBJS)) +obj/lib/hashfunc.o: CFLAGS += -funroll-loops + obj/lib/db-test: obj/lib/db-test.o obj/lib/libsh.a obj/lib/db-tool: obj/lib/db-tool.o obj/lib/libsh.a obj/lib/buckettool: obj/lib/buckettool.o obj/lib/libsh.a