Skip to content
Snippets Groups Projects
Commit b299acb4 authored by Andrey Mokhov's avatar Andrey Mokhov
Browse files

Attempt to optimise ghc-stage2 in Quick flavour

See #259
parent 1f1a7b32
No related merge requests found
......@@ -5,7 +5,7 @@ import GHC
import Predicate
optimise :: Context -> Bool
optimise Context {..} = stage == Stage0 && package `elem` [compiler, ghc]
optimise Context {..} = package `elem` [compiler, ghc]
|| stage == Stage1 && isLibrary package
quickFlavourArgs :: Args
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment