aboutsummaryrefslogtreecommitdiff
path: root/PROFILING
diff options
context:
space:
mode:
Diffstat (limited to 'PROFILING')
-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