optimized gperf

This commit is contained in:
Andreas Steffen
2009-05-15 22:54:29 +02:00
parent 5e3b318c69
commit b75d6242c9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ MAINTAINERCLEANFILES = stroke_keywords.c
AM_CFLAGS = -DIPSEC_PIDDIR=\"${piddir}\"
stroke_keywords.c: $(srcdir)/stroke_keywords.txt $(srcdir)/stroke_keywords.h
$(GPERF) -D -C -G -t < $(srcdir)/stroke_keywords.txt > $@
$(GPERF) -m 10 -D -C -G -t < $(srcdir)/stroke_keywords.txt > $@