mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
Updated PROFILING instructions.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@840 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
@@ -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]...
|
||||
|
||||
Reference in New Issue
Block a user