mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1516] [MERGED] Add compile time optimizations #1440
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.