Skip to content

Add -fforce-relink flag

Matthew Pickering requested to merge wip/t23912 into master

Due to bugs like #23724 (closed) it could be useful to override the relinking checker. The only way to do this at the moment is to use -fforce-recomp, which is a very big hammer.

It is useful to provide a flag which just causes the linking step to always happen if there are any more issues in this area.

Fixes #23912

Merge request reports