floorp: disable LTO

Fixes https://github.com/NixOS/nixpkgs/issues/418473
This commit is contained in:
Tom van Dijk
2025-07-06 01:29:16 +02:00
parent 598820e0dd
commit 87f6213006
@@ -67,6 +67,8 @@
webrtcSupport = true;
enableOfficialBranding = false;
geolocationSupport = true;
# https://github.com/NixOS/nixpkgs/issues/418473
ltoSupport = false;
}
).overrideAttrs
(prev: {