summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-11 18:03:26 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-11 18:03:26 -0800
commitef487406436407320a54273d5668bf1520e08d67 (patch)
tree6d09d394cc58ed705401327c2265958b56fdc88f /Makefile
parent8feee5b94f0e5ed4b09eca537a0e795a763f1e84 (diff)
parent491b7775b273daf1325a1b050345dbf75b394315 (diff)
Merge pull request #281 from nwellnhof/shrink_entity_table
Reduce size of gperf entity table
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d421e8..c5665e4 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ clean:
# normally need to be generated.
$(SRCDIR)/html_unescape.h: $(SRCDIR)/html_unescape.gperf
gperf -L ANSI-C -I -t -N find_entity -H hash_entity -K entity -C -l \
- -F ',0,{0}' --null-strings -m5 $< > $@
+ -F ',{0}' --null-strings -m5 -P -Q entity_pool $< > $@
# We include case_fold_switch.inc in the repository, so this shouldn't
# normally need to be generated.