Updated PROFILING instructions. It is no longer necessary
to insert -auto-all by hand, since Ghc-Prof-Options takes care of that. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1091 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
a4e0b97bf8
commit
7e540720aa
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
To use the GHC profiler:
|
||||
|
||||
first, add -auto-all to ghc-options in pandoc.cabal. then
|
||||
|
||||
make clean
|
||||
make distclean
|
||||
make templates
|
||||
runhaskell Setup.hs configure --enable-library-profiling --enable-executable-profiling
|
||||
runhaskell Setup.hs build
|
||||
|
|
Loading…
Add table
Reference in a new issue