Disable tests and benchmarks for yesod devel #864
This commit is contained in:
parent
f90397ad3d
commit
c0f0c13352
@ -300,6 +300,8 @@ configure opts extraArgs =
|
|||||||
checkExit =<< createProcess (proc (cabalProgram opts) $
|
checkExit =<< createProcess (proc (cabalProgram opts) $
|
||||||
[ "configure"
|
[ "configure"
|
||||||
, "-flibrary-only"
|
, "-flibrary-only"
|
||||||
|
, "--disable-tests"
|
||||||
|
, "--disable-benchmarks"
|
||||||
, "-fdevel"
|
, "-fdevel"
|
||||||
, "--disable-library-profiling"
|
, "--disable-library-profiling"
|
||||||
, "--with-ld=yesod-ld-wrapper"
|
, "--with-ld=yesod-ld-wrapper"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user