dad9859 Add compile time optimizations to a seperate profile
📊 Changes
1 file changed (+9 additions, -3 deletions)
View changed files
📝Cargo.toml (+9 -3)
📄 Description
This enables a few more compile time optimizations, and I don't think it increases compile time too much. On my i3 laptop, it actually compiled faster with these optimizations enabled (yes, I did a clean build with and without these optimizations for comparison). Though, results may vary.
This results in binary size reduction and performance gains for free.
🔄 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/LGUG2Z/komorebi/pull/1516
**Author:** [@lucascompython](https://github.com/lucascompython)
**Created:** 7/30/2025
**Status:** ✅ Merged
**Merged:** 9/13/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (2)
- [`67b3947`](https://github.com/LGUG2Z/komorebi/commit/67b3947afc1227a265169f3643ae4b6a53f6a500) Add compile time optimizations
- [`dad9859`](https://github.com/LGUG2Z/komorebi/commit/dad9859656e8e0fcc918041f6283559f1b734e2c) Add compile time optimizations to a seperate profile
### 📊 Changes
**1 file changed** (+9 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.toml` (+9 -3)
</details>
### 📄 Description
This enables a few more compile time optimizations, and I don't think it increases compile time too much. On my i3 laptop, it actually compiled faster with these optimizations enabled (yes, I did a clean build with and without these optimizations for comparison). Though, results may vary.
This results in binary size reduction and performance gains for free.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1516
Author: @lucascompython
Created: 7/30/2025
Status: ✅ Merged
Merged: 9/13/2025
Merged by: @LGUG2Z
Base:
master← Head:master📝 Commits (2)
67b3947Add compile time optimizationsdad9859Add compile time optimizations to a seperate profile📊 Changes
1 file changed (+9 additions, -3 deletions)
View changed files
📝
Cargo.toml(+9 -3)📄 Description
This enables a few more compile time optimizations, and I don't think it increases compile time too much. On my i3 laptop, it actually compiled faster with these optimizations enabled (yes, I did a clean build with and without these optimizations for comparison). Though, results may vary.
This results in binary size reduction and performance gains for free.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.