yesod devel disables library profiling

This commit is contained in:
Michael Snoyman 2013-02-26 13:19:12 +02:00
parent 078fee969b
commit 2be6a9fdca

View File

@ -260,6 +260,7 @@ configure opts extraArgs =
([ "configure"
, "-flibrary-only"
, "-fdevel"
, "--disable-library-profiling"
, "--with-ld=yesod-ld-wrapper"
, "--with-ghc=yesod-ghc-wrapper"
, "--with-ar=yesod-ar-wrapper"