summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-22 20:27:06 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-22 20:27:06 +0000
commit8672a8e6488694f82762fa3524d352cac96eddd1 (patch)
tree85cb85e197e96b2c540a6f280b13c2490286c6b3
parentfbf7bba8af3ef71600661b36edc58733fa97c1e5 (diff)
Updated PROFILING for new Cabal.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@774 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--PROFILING9
1 files changed, 5 insertions, 4 deletions
diff --git a/PROFILING b/PROFILING
index 1560c6ba2..bdffe5b44 100644
--- a/PROFILING
+++ b/PROFILING
@@ -1,6 +1,7 @@
To use the GHC profiler:
- make clean
- HCFLAGS="-prof -auto-all -O0" make
- ./pandoc +RTS -p -RTS [file]...
- less pandoc.prof
+make clean
+runhaskell Setup.hs configure --enable-library-profiling --enable-executable-profiling
+runhaskell Setup.hs build
+dist/build/pandoc/pandoc +RTS -p -RTS [file]...
+less pandoc.prof