You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether or not rustc embeds LLVM bitcode, which is used for LTO, is controlled via the --embed-bitcode flag. When LTO is disabled Cargo will automatically set --embed-bitcode=no because embedding bitcode can significantly slow down compile times (docs). It would be great if rules_rust could do the same!
The text was updated successfully, but these errors were encountered:
Whether or not
rustc
embeds LLVM bitcode, which is used for LTO, is controlled via the--embed-bitcode
flag. When LTO is disabled Cargo will automatically set--embed-bitcode=no
because embedding bitcode can significantly slow down compile times (docs). It would be great ifrules_rust
could do the same!The text was updated successfully, but these errors were encountered: