lose the -v2, unneeded
This commit is contained in:
parent
1cb9b3b6c7
commit
24469a7d54
1 changed files with 1 additions and 1 deletions
|
@ -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" []
|
||||
|
|
Loading…
Add table
Reference in a new issue