Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FINAL at Glasgow Haskell Compiler / GHC Commits: 11cc3783 by Sven Tennie at 2026-03-15T15:24:55+00:00 Rebase fixup - - - - - 1 changed file: - hadrian/src/Settings/Builders/Ghc.hs Changes: ===================================== hadrian/src/Settings/Builders/Ghc.hs ===================================== @@ -49,7 +49,7 @@ compileAndLinkHs = (builder (Ghc CompileHs) ||^ builder (Ghc LinkHs)) ? do targetSupportsSharedLibs stage ? way vanilla ? arg "-dynamic-too" , (hasProfiling && hasProfilingDynamic) ? builder (Ghc CompileHs) ? - platformSupportsSharedLibs ? way profiling ? mconcat + targetSupportsSharedLibs stage ? way profiling ? mconcat [ arg "-dynamic-too" , arg "-dynosuf", arg $ osuf profilingDynamic , arg "-dynhisuf", arg $ hisuf profilingDynamic View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/11cc3783a9bd2914fca5c10c3cee794b... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/11cc3783a9bd2914fca5c10c3cee794b... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)