TargetOption defaults to relocation_model: Pic and dynamic_linking: false and position_independent_executables: false. However, our consistency check says 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
TargetOptiondefaults torelocation_model: Picanddynamic_linking: falseandposition_independent_executables: false. However, our consistency check says 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