summaryrefslogtreecommitdiff
path: root/PROFILING
diff options
context:
space:
mode:
Diffstat (limited to 'PROFILING')
-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]...