Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust/hello: Optimize the build flags
Summary: - Added `codegen-units = 1` and `opt-level = 'z'` to the release profile in `Cargo.toml` - These changes optimize the build for minimal binary size Impact: - Reduces the final binary size by ~7% (244316 -> 228380 bytes) - Improves resource utilization for embedded systems - No functional changes to the application behavior Signed-off-by: Huang Qi <[email protected]>
- Loading branch information