diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-07 11:13:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-07 11:13:02 -0400 |
commit | 2754ca11c07fc7707fb451b38a51b96c57277c52 (patch) | |
tree | 362fa9006ff7b30a2d36a91dc85d1fd7eadce3da /Build | |
parent | f1d6861d169c20a2ad7e62c5fea4b01407d5c80c (diff) |
lose the -v2, unneeded
Diffstat (limited to 'Build')
-rw-r--r-- | Build/EvilLinker.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/EvilLinker.hs b/Build/EvilLinker.hs index db9c84107..0e68dfb2a 100644 --- a/Build/EvilLinker.hs +++ b/Build/EvilLinker.hs @@ -137,7 +137,7 @@ runAtFile p s f extraparams = do main = do ghcout <- fst <$> getOutput "cabal" - ["build", "-v2", "--ghc-options=-v -keep-tmp-files"] Nothing + ["build", "--ghc-options=-v -keep-tmp-files"] Nothing gccout <- fst <$> runAtFile parseGhcLink ghcout "gcc.opt" ["-v"] collect2out <- fst <$> runAtFile parseGccLink gccout "collect2.opt" ["-v"] (out, ok) <- runAtFile parseCollect2 collect2out "ld.opt" [] |