Skip to content
GitLab
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
49fcef38
Commit
49fcef38
authored
Oct 07, 2008
by
Ian Lynagh
Browse files
Build a profiled GHC API by default if p is in GhcLibWays
parent
f8eee63a
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
49fcef38
...
...
@@ -247,7 +247,7 @@ GhcStage3HcOpts=-O2
GhcProfiled
=
NO
GhcDebugged
=
NO
GhcLibProfiled
=
NO
GhcLibProfiled
=
$(
if
$(
filter
p,
$(GhcLibWays)
)
,YES,
NO
)
# Build shared and/or static libs?
BuildSharedLibs
=
@BuildSharedLibs@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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