elkowar / eww

ElKowars wacky widgets
https://elkowar.github.io/eww
MIT License
8.78k stars 366 forks source link

lto build #1089

Closed CaptainBloodz closed 2 months ago

CaptainBloodz commented 2 months ago

Description of the requested feature

lto is a obvious binary characteristic which works fine here on gentoo

Proposed configuration syntax

By adding: -Clto=fat Cembed-bitcode=yes -Zdylib-lto

Additional context

No response

elkowar commented 2 months ago

Given that there is currently no "official" package of eww anywhere, I'm unsure what exactly you're asking for here. Wouldn't enabling LTO and stuff like that optimally be a thing that the package declares, rather than the project itself?

CaptainBloodz commented 2 months ago

Despite gentoo package has options (X , debug, wayland), they could only be there to only constraint execution environment, not the binary generation itself.

No problem pushing at packaging level.