Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These `-fno-lto` can leak out to downstream builds. - When using clang, `-flto=thin` will be append to command by bazel, reverting the `-fno-lto`. - But when using gcc with `-flto=auto`, they do not cancel out, causing undefined references when linker searches for bin code in non-fat obj. - Not sure if this is intentional or a compiler bug. Add toolchain-aware routing.
- Loading branch information