aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-09-06 13:49:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-09-06 14:08:59 -0700
commit37c29bfa3d3dda3cb4a59a3026c28c9cf202daba (patch)
tree2f9d57ad82abe43dd906499c7cd16c65056c9bb5 /Makefile
parentc2b520fb3602722d39031697227971a57e5bd0a2 (diff)
downloadpandoc-37c29bfa3d3dda3cb4a59a3026c28c9cf202daba.tar.gz
Textile reader: Improved speed of hyphenedWords.
This speeds up the textile reader by about a factor of 4. But the reader is still very slow, compared to others readers.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b308d74c2..de807334b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ all:
cabal-dev configure --enable-tests --enable-benchmarks && cabal-dev build
prof:
- cabal-dev configure --enable-library-profiling --enable-executable-profiling && cabal-dev build
+ cabal-dev configure --enable-tests --enable-library-profiling --enable-executable-profiling && cabal-dev build
prep: pandoc-types citeproc-hs
cabal-dev install-deps --enable-library-profiling --enable-tests --enable-benchmarks