librewolf: enable pgo (#228363)
Librewolf no longer hangs in the profile phase when pgo is enabled Fixes #167065
This commit is contained in:
parent
7c4c2ad1ca
commit
6177177e4b
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ in
|
|||
}).override {
|
||||
crashreporterSupport = false;
|
||||
enableOfficialBranding = false;
|
||||
pgoSupport = false; # Profiling gets stuck and doesn't terminate.
|
||||
}).overrideAttrs (prev: {
|
||||
MOZ_REQUIRE_SIGNING = "";
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue