[PR #229] [MERGED] perf: use lto, strip and codegen profile settings for perf opt #366

Closed
opened 2026-06-08 11:27:34 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/229
Author: @somehowchris
Created: 7/28/2022
Status: Merged
Merged: 8/15/2022
Merged by: @bootandy

Base: masterHead: master


📝 Commits (1)

  • f893722 perf: use lto, strip and codegen profile settings for perf opt

📊 Changes

1 file changed (+22 additions, -5 deletions)

View changed files

📝 Cargo.toml (+22 -5)

📄 Description

This PR would add settings for cargos release profile, optimizing code during build for speed and stripping it for symbols for size


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/229 **Author:** [@somehowchris](https://github.com/somehowchris) **Created:** 7/28/2022 **Status:** ✅ Merged **Merged:** 8/15/2022 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f893722`](https://github.com/bootandy/dust/commit/f893722c584ebed1c9f477564c71c188f3564a63) perf: use lto, strip and codegen profile settings for perf opt ### 📊 Changes **1 file changed** (+22 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+22 -5) </details> ### 📄 Description This PR would add settings for `cargo`s release profile, optimizing code during build for speed and stripping it for symbols for size --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:27:34 +03:00
zhus closed this issue 2026-06-08 11:27:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#366