From 7bca4244014d98f0f4acfa8ef2154b1ceb51ffb3 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Wed, 15 Aug 2007 15:34:26 +0000
Subject: Updated PROFILING instructions.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@840 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 PROFILING | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/PROFILING b/PROFILING
index bdffe5b44..63652583d 100644
--- a/PROFILING
+++ b/PROFILING
@@ -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]...
-- 
cgit v1.2.3