Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rust call analysis by explicitly disabling stripping of debug info (
#908) Latest rust version (1.77) implemented stripping release binaries by default. This makes the call analysis stop working, so explicitly disable the stripping behaviour when building for analysis. https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html#enable-strip-in-release-profiles-by-default
- Loading branch information