using
export GHCRTS='-xp'
gives me a
R_X86_64_32S relocation out of range: (noname) = 7fdf70318050
on ghc-8.10.7 compiled apps, vs
mmap 4964352 bytes at (nil): Cannot allocate memory
when I don’t use any flags.
using
export GHCRTS='-xp'
gives me a
R_X86_64_32S relocation out of range: (noname) = 7fdf70318050
on ghc-8.10.7 compiled apps, vs
mmap 4964352 bytes at (nil): Cannot allocate memory
when I don’t use any flags.