summaryrefslogtreecommitdiff
path: root/PROFILING
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-22 19:09:10 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-22 19:09:10 +0000
commit7e540720aa72569fd77f1870c3208b2c013ccb8a (patch)
treec2dfefad636b54c3be4dfec92b8480193e2a71b9 /PROFILING
parenta4e0b97bf82435059b79e7d637114cb96882cc50 (diff)
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
Diffstat (limited to 'PROFILING')
-rw-r--r--PROFILING4
1 files changed, 1 insertions, 3 deletions
diff --git a/PROFILING b/PROFILING
index 63652583d..f1ebf76c7 100644
--- a/PROFILING
+++ b/PROFILING
@@ -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