commit | b078bbd840fc2175390baaaf17a8791522e85c19 | [log] [tgz] |
---|---|---|
author | Matt Epperson <m.p.epperson@gmail.com> | Tue Apr 02 11:27:51 2024 -0600 |
committer | GitHub <noreply@github.com> | Tue Apr 02 17:27:51 2024 +0000 |
tree | 22e45617e161157df14105dd3e95c062afe1bafa | |
parent | f9626f930fb0641fd76945aa8b5d28eab1894633 [diff] |
feat: Strip debug info from opt builds (#2513) Attempts to follow the cargo proposal linked below to remove debug info for release builds. Furthermore this should uphold the expected behavior of bazel for cc builds which automatically strips debug symbols for optimized builds. https://github.com/rust-lang/cargo/issues/4122#issuecomment-1868318860
This repository provides rules for building Rust projects with Bazel.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust
.
Please refer to the full documentation.