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
4fb923d8
Commit
4fb923d8
authored
Aug 31, 2007
by
Clemens Fruhwirth
Browse files
Remove --export-all-symbols for DLL linking, it is default and prevents us from using .def files
parent
fd8b4a3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DriverPipeline.hs
View file @
4fb923d8
...
...
@@ -1377,7 +1377,6 @@ linkDynLib dflags o_files dep_packages = do
,
SysTools
.
Option
"-o"
,
SysTools
.
FileOption
""
output_fn
,
SysTools
.
Option
"-shared"
,
SysTools
.
Option
"-Wl,--export-all-symbols"
,
SysTools
.
FileOption
"-Wl,--out-implib="
(
output_fn
++
".a"
)
]
++
map
(
SysTools
.
FileOption
""
)
o_files
...
...
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