]> mj.ucw.cz Git - libucw.git/commitdiff
loop unrolling turned on for hashfunc.o
authorRobert Spalek <robert@ucw.cz>
Wed, 5 Jun 2002 20:28:20 +0000 (20:28 +0000)
committerRobert Spalek <robert@ucw.cz>
Wed, 5 Jun 2002 20:28:20 +0000 (20:28 +0000)
lib/Makefile

index 131f330858193e035f7909c43cdbc4ccef289544..273e3fda9bf27b83c5126a595fc6c553fe110516 100644 (file)
@@ -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