Added -caf-all to profiling options.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1566 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
e203c562d6
commit
59563e5fb1
1 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ Executable pandoc
|
|||
Hs-Source-Dirs: src
|
||||
Main-Is: pandoc.hs
|
||||
Ghc-Options: -O2 -Wall -threaded
|
||||
Ghc-Prof-Options: -auto-all
|
||||
Ghc-Prof-Options: -auto-all -caf-all
|
||||
Extensions: CPP, TemplateHaskell
|
||||
|
||||
if flag(highlighting)
|
||||
|
@ -225,7 +225,7 @@ Executable hsmarkdown
|
|||
Hs-Source-Dirs: src
|
||||
Main-Is: hsmarkdown.hs
|
||||
Ghc-Options: -Wall -threaded
|
||||
Ghc-Prof-Options: -auto-all
|
||||
Ghc-Prof-Options: -auto-all -caf-all
|
||||
Extensions: CPP, TemplateHaskell
|
||||
if flag(wrappers)
|
||||
Buildable: True
|
||||
|
|
Loading…
Add table
Reference in a new issue