librewolf: disable pgo support

Starts profiling, starts librewolf, but gets stuck and never terminates.
This commit is contained in:
Martin Weinelt
2022-03-28 21:42:49 +02:00
committed by Yuka
parent 6e24b768b3
commit 05a6b3c2b7
@@ -78,5 +78,6 @@ rec {
}).override {
crashreporterSupport = false;
enableOfficialBranding = false;
pgoSupport = false; # Profiling gets stuck and doesn't terminate.
};
}