David Eichmann pushed to branch wip/27162/rts-explicit-dllimport at Glasgow Haskell Compiler / GHC
Commits:
-
32487362
by David Eichmann at 2026-04-28T16:41:30+01:00
1 changed file:
Changes:
| ... | ... | @@ -321,6 +321,7 @@ rtsPackageArgs = package rts ? do |
| 321 | 321 | , Profiling `wayUnit` way ? arg "-DPROFILING"
|
| 322 | 322 | , Threaded `wayUnit` way ? arg "-DTHREADED_RTS"
|
| 323 | 323 | , notM targetSupportsSMP ? arg "-optc-DNOSMP"
|
| 324 | + , isWinHost ? arg "-optl-Wl,--disable-runtime-pseudo-reloc"
|
|
| 324 | 325 | |
| 325 | 326 | -- See Note [AutoApply.cmm for vectors] in genapply/Main.hs
|
| 326 | 327 | --
|