diff --git a/yesod-bin/Devel.hs b/yesod-bin/Devel.hs index feb4a8f4..6f7435ce 100644 --- a/yesod-bin/Devel.hs +++ b/yesod-bin/Devel.hs @@ -300,6 +300,8 @@ configure opts extraArgs = checkExit =<< createProcess (proc (cabalProgram opts) $ [ "configure" , "-flibrary-only" + , "--disable-tests" + , "--disable-benchmarks" , "-fdevel" , "--disable-library-profiling" , "--with-ld=yesod-ld-wrapper"