Linking stage 2 compiler with non-threaded RTS using Make?
Ömer Sinan Ağacan
omeragacan at gmail.com
Thu Jan 9 13:01:55 UTC 2020
Anyone know how to link stage 2 with non-threaded RTS using Make build system?
There's a variable GhcThreaded, but setting it "NO" makes no difference, stage 2
compiler is still threaded.
So far the only way I could find is to redirect build system output to a file,
find the step that linked ghc-stage2, repeat that command but without -threaded.
It's really painful as I have to repeat this step after every rebuild.
Any tips?
Thanks,
Ömer
More information about the ghc-devs
mailing list