Skip to content

hadrian: Pass -fno-use-rpaths to GHC while linking

Ben Gamari requested to merge wip/T19485 into master

This mirrors the make build system and ensures that we don't end up with references to the build directory in the final executable.

Fixes #19485 (closed).

Merge request reports