librewolf: disable pgo support

Starts profiling, starts librewolf, but gets stuck and never terminates.
This commit is contained in:
Martin Weinelt 2022-03-24 01:38:12 +01:00 committed by Yuka
parent 6e24b768b3
commit 05a6b3c2b7

View file

@ -78,5 +78,6 @@ rec {
}).override {
crashreporterSupport = false;
enableOfficialBranding = false;
pgoSupport = false; # Profiling gets stuck and doesn't terminate.
};
}