Open ijc opened 1 month ago
If this isn't an easy fix perhaps
cargo fuzz
could pass--config profile.release.lto=false
tocargo
? Alternatively being able to choose a custom profile (not justrelease
vsdev
) might be a useful feature in its own right.
I'd be happy to review PRs for both of these things.
With:
in my workspace
Cargo.toml
runningcargo fuzz run «target»
fails to link with:(there are dozens of these).
Commenting out
lto = true
results in a successful link and run.If this isn't an easy fix perhaps
cargo fuzz
could pass--config profile.release.lto=false
tocargo
? Alternatively being able to choose a custom profile (not justrelease
vsdev
) might be a useful feature in its own right.Reproduced with
and