[PR #1516] [MERGED] Add compile time optimizations #1440

Closed
opened 2026-01-05 14:55:17 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (2)

  • 67b3947 Add compile time optimizations
  • 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>
adam added the pull-request label 2026-01-05 14:55:17 +01:00
adam closed this issue 2026-01-05 14:55:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1440