lorenzo-stoakes/zeptux

Investigate if -mcmodel=large is appropriate

Closed this issue · 1 comments

We currently set -mcmodel=large in order to force absolute addressing. This may not be necessary and may result in unexpected consequences.

Investigate if this is required.

It turns out we can avoid needing to set -mcmodel=large by not forcing no-pic/no-pie as done in commit 0564537. This doesn't quite de-riddle the need for this mcmodel setting, but as we no longer require this I am marking this closed.