[GH-ISSUE #54] Build feature flags #7061

Closed
opened 2026-05-23 02:52:12 +01:00 by JakeStanger · 0 comments
Owner

Originally created by @JakeStanger on GitHub (Jan 27, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/54

Is your feature request related to a problem? Please describe.
Compile times are very high. A lot of that time is compiling dependencies only used by a single module that might not be in use.

Describe the solution you'd like
Per-module feature flags would allow users to compile only what they want into the bar to reduce compile time every update.

Describe alternatives you've considered
Distributed binaries. Will probably do this once the project matures in addition.

Originally created by @JakeStanger on GitHub (Jan 27, 2023). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/54 **Is your feature request related to a problem? Please describe.** Compile times are very high. A lot of that time is compiling dependencies only used by a single module that might not be in use. **Describe the solution you'd like** Per-module feature flags would allow users to compile only what they want into the bar to reduce compile time every update. **Describe alternatives you've considered** Distributed binaries. Will probably do this once the project matures in addition.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#7061
No description provided.