Open
Description
TargetOption
defaults to relocation_model: Pic
and dynamic_linking: false
and position_independent_executables: false
. However, our consistency check that this is an invalid combination of options.
So it seems we should either fix our defaults, or the consistency check is a bit overzealous?
This check was added in #100537, Cc @petrochenkov @oli-obk