Support PIE (Position Independent Executables) by lolgab · Pull Request #4111 · scala-native/scala-native

Fixes #4107 In #4094 we added -no-pie to linking options in Linux to disable PIE. This removes the option and adds code to read the memory regions at runtime from /proc/self/maps on Linux. Once we ...