diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-04-14 14:10:19 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-04-14 14:22:18 +0200 |
commit | 0f9a75a2c5cadc23a853f919bed8faccd2baf004 (patch) | |
tree | 4109e63808bdbef6de3855cc80d059c19c549af8 /sdext/CustomTarget_pdfimport.mk | |
parent | bcccd851765b635a9ed4a33eb47d0e9663106035 (diff) |
sdext: use --switch=2 --readonly-tables gperf options
See 73ecb924379b8e665ee94235a353403c5d29eae6 (Use --switch=2
--readonly-tables gperf options, 2014-04-13) for reasoning.
Change-Id: Ie1cfe753979d908077134b86587d8de5fa7c2ee8
Diffstat (limited to 'sdext/CustomTarget_pdfimport.mk')
-rw-r--r-- | sdext/CustomTarget_pdfimport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/CustomTarget_pdfimport.mk b/sdext/CustomTarget_pdfimport.mk index eccb8d0198ed..ab313dc1db9e 100644 --- a/sdext/CustomTarget_pdfimport.mk +++ b/sdext/CustomTarget_pdfimport.mk @@ -16,6 +16,6 @@ $(call gb_CustomTarget_get_workdir,sdext/pdfimport)/hash.cxx : \ $(SRCDIR)/sdext/source/pdfimport/wrapper/keyword_list \ | $(call gb_CustomTarget_get_workdir,sdext/pdfimport)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),GPF,1) - $(GPERF) -C -t -l -L C++ -m 20 -Z PdfKeywordHash -k'4-5,$$' $< > $@ + $(GPERF) -C -t -l -L C++ -m 20 --switch=2 --readonly-tables -Z PdfKeywordHash -k'4-5,$$' $< > $@ # vim:set shiftwidth=4 tabstop=4 noexpandtab: |