summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-15 15:34:26 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-15 15:34:26 +0000
commit7bca4244014d98f0f4acfa8ef2154b1ceb51ffb3 (patch)
tree014983bf91d622733f52b51d2a5fc4bedcdeb4a0
parentd738ba10c62635db60f1e6c4062a14f8574977da (diff)
Updated PROFILING instructions.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@840 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--PROFILING3
1 files changed, 3 insertions, 0 deletions
diff --git a/PROFILING b/PROFILING
index bdffe5b44..63652583d 100644
--- a/PROFILING
+++ b/PROFILING
@@ -1,6 +1,9 @@
To use the GHC profiler:
+first, add -auto-all to ghc-options in pandoc.cabal. then
+
make clean
+make templates
runhaskell Setup.hs configure --enable-library-profiling --enable-executable-profiling
runhaskell Setup.hs build
dist/build/pandoc/pandoc +RTS -p -RTS [file]...