Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(build): add optdev profile for optimized debug builds (#3119)
Added a new `optdev` profile in Cargo.toml inheriting from `release`. This profile disables LTO and sets codegen-units to 16 for faster, optimized debug builds.
- Loading branch information