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
56526ffc
Commit
56526ffc
authored
Mar 09, 2016
by
Andrey Mokhov
Browse files
Build profiled libraries by default.
See
#186
,
#218
.
parent
0b327b56
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Settings/User.hs
View file @
56526ffc
...
...
@@ -30,10 +30,9 @@ userKnownPackages :: [Package]
userKnownPackages
=
[]
-- | Control which ways library packages are built
-- FIXME: skip profiling for speed
-- FIXME: skip dynamic since it's currently broken #4
userLibraryWays
::
Ways
userLibraryWays
=
remove
[
profiling
,
dynamic
]
userLibraryWays
=
remove
[
dynamic
]
-- | Control which ways the 'rts' package is built
userRtsWays
::
Ways
...
...
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