diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-13 14:28:57 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-13 14:28:57 -0800 |
| commit | bab0c333a09636eab7c0a6c572fcbd38ee5a1272 (patch) | |
| tree | a8abd1c9536309f46172e058d699c5d799d797c9 | |
| parent | 412580c22352b6f3278a4179deecc2b4beb1be1f (diff) | |
| download | pandoc-bab0c333a09636eab7c0a6c572fcbd38ee5a1272.tar.gz | |
Added -rtsopts to profiling options.
| -rw-r--r-- | pandoc.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 6fb56c488..3d0efb31b 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -235,7 +235,7 @@ Library Ghc-Options: -O2 -Wall -fno-warn-unused-do-bind else Ghc-Options: -O2 -Wall - Ghc-Prof-Options: -auto-all -caf-all + Ghc-Prof-Options: -auto-all -caf-all -rtsopts Extensions: CPP Hs-Source-Dirs: src -- END DUPLICATED SECTION @@ -323,7 +323,7 @@ Executable pandoc Ghc-Options: -O2 -Wall -fno-warn-unused-do-bind else Ghc-Options: -O2 -Wall - Ghc-Prof-Options: -auto-all -caf-all + Ghc-Prof-Options: -auto-all -caf-all -rtsopts Extensions: CPP Hs-Source-Dirs: src -- END DUPLICATED SECTION @@ -341,7 +341,7 @@ Executable markdown2pdf Ghc-Options: -Wall -threaded else Ghc-Options: -Wall - Ghc-Prof-Options: -auto-all + Ghc-Prof-Options: -auto-all -rtsopts Extensions: CPP if flag(wrappers) Buildable: True |
