librewolf: enable pgo (#228363)

Librewolf no longer hangs in the profile phase when pgo is enabled

Fixes #167065
This commit is contained in:
squalus 2023-04-26 21:01:47 +00:00 committed by GitHub
parent 7c4c2ad1ca
commit 6177177e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,6 @@ in
}).override {
crashreporterSupport = false;
enableOfficialBranding = false;
pgoSupport = false; # Profiling gets stuck and doesn't terminate.
}).overrideAttrs (prev: {
MOZ_REQUIRE_SIGNING = "";
})