Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b299acb4
Commit
b299acb4
authored
Jun 21, 2016
by
Andrey Mokhov
Browse files
Attempt to optimise ghc-stage2 in Quick flavour
See
#259
parent
1f1a7b32
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Settings/Flavours/Quick.hs
View file @
b299acb4
...
@@ -5,7 +5,7 @@ import GHC
...
@@ -5,7 +5,7 @@ import GHC
import
Predicate
import
Predicate
optimise
::
Context
->
Bool
optimise
::
Context
->
Bool
optimise
Context
{
..
}
=
stage
==
Stage0
&&
package
`
elem
`
[
compiler
,
ghc
]
optimise
Context
{
..
}
=
package
`
elem
`
[
compiler
,
ghc
]
||
stage
==
Stage1
&&
isLibrary
package
||
stage
==
Stage1
&&
isLibrary
package
quickFlavourArgs
::
Args
quickFlavourArgs
::
Args
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment