diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-15 15:34:26 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-15 15:34:26 +0000 |
commit | 7bca4244014d98f0f4acfa8ef2154b1ceb51ffb3 (patch) | |
tree | 014983bf91d622733f52b51d2a5fc4bedcdeb4a0 | |
parent | d738ba10c62635db60f1e6c4062a14f8574977da (diff) | |
download | pandoc-7bca4244014d98f0f4acfa8ef2154b1ceb51ffb3.tar.gz |
Updated PROFILING instructions.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@840 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | PROFILING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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]... |