floorp: disable LTO (#422814)

This commit is contained in:
Marcus Ramberg
2025-08-03 17:08:45 +02:00
committed by GitHub
@@ -67,6 +67,8 @@
webrtcSupport = true;
enableOfficialBranding = false;
geolocationSupport = true;
# https://github.com/NixOS/nixpkgs/issues/418473
ltoSupport = false;
}
).overrideAttrs
(prev: {