aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-05-15 22:54:29 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-05-15 22:54:29 +0200
commitb75d6242c93c9a61f9c64ab67f3e42a1a9c7e08f (patch)
tree336c4ba98e1f83eb03a449d15d2a7bcdeb4179ad /src/stroke
parent5e3b318c696448fad9c1125aac0db53ba1f0ae34 (diff)
downloadstrongswan-b75d6242c93c9a61f9c64ab67f3e42a1a9c7e08f.tar.bz2
strongswan-b75d6242c93c9a61f9c64ab67f3e42a1a9c7e08f.tar.xz
optimized gperf
Diffstat (limited to 'src/stroke')
-rw-r--r--src/stroke/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stroke/Makefile.am b/src/stroke/Makefile.am
index 22f317f8f..afca95fce 100644
--- a/src/stroke/Makefile.am
+++ b/src/stroke/Makefile.am
@@ -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 > $@