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
d1ed49a6
Commit
d1ed49a6
authored
Oct 14, 2008
by
Clemens Fruhwirth
Browse files
Add "dyn" to GhcRTSWays when compiling --enable-shared
parent
69efc510
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
d1ed49a6
...
...
@@ -398,7 +398,7 @@ GhcRTSWays += debug
endif
ifeq
"$(BuildSharedLibs)" "YES"
GhcRTSWays
+=
debug_dyn thr_dyn thr_debug_dyn
GhcRTSWays
+=
dyn
debug_dyn thr_dyn thr_debug_dyn
endif
# Want the threaded versions unless we're unregisterised
...
...
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