Use Ghc-Prof-Options to ensure that '-auto-all' is used
when '--enable-*-profiling' is specified. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1090 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
5a0179d0a0
commit
a4e0b97bf8
1 changed files with 4 additions and 2 deletions
|
@ -65,8 +65,10 @@ Library
|
|||
Text.Pandoc.Writers.RTF,
|
||||
Text.Pandoc.Writers.S5
|
||||
Ghc-Options: -O2
|
||||
Ghc-Prof-Options: -auto-all
|
||||
|
||||
Executable pandoc
|
||||
Hs-Source-Dirs: src
|
||||
Main-Is: Main.hs
|
||||
Ghc-Options: -O2
|
||||
Ghc-Prof-Options: -auto-all
|
||||
|
|
Loading…
Reference in a new issue