David Eichmann pushed to branch wip/27162/rts-explicit-dllimport at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • hadrian/src/Settings/Packages.hs
    ... ... @@ -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
                 --