Bazel's thin_lto flags assume that the compilation is occurring in multiple steps including an indexing step. This assumption is not valid for compilation within go or python and so remove the thin_lto feature from the list of supported features when calculating flags.
Bazel's
thin_lto
flags assume that the compilation is occurring in multiple steps including an indexing step. This assumption is not valid for compilation within go or python and so remove thethin_lto
feature from the list of supported features when calculating flags.