David Eichmann pushed to branch wip/davide/windows-dlls at Glasgow Haskell Compiler / GHC Commits: 5563df3a by David Eichmann at 2026-06-29T12:25:27+01:00 WIP export-all-symbols from hadrian - - - - - 1 changed file: - hadrian/src/Settings/Builders/Ghc.hs Changes: ===================================== hadrian/src/Settings/Builders/Ghc.hs ===================================== @@ -62,6 +62,7 @@ compileAndLinkHs = (builder (Ghc CompileHs) ||^ builder (Ghc LinkHs)) ? do [ arg "-fwrite-ide-info" , arg "-hiedir", arg hie_path ] + , isWinHost ? builder (Ghc LinkHs) ? arg "-optl-Wl,--export-all-symbols" , arg "-o", arg =<< getOutput ] compileC :: Args View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5563df3ac547d253d7919d52c363a6af... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5563df3ac547d253d7919d52c363a6af... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
David Eichmann (@DavidEichmann)