3
0
Fork 0
forked from mirrors/nixpkgs

firefox: re-enable jemalloc

This commit is contained in:
oxalica 2021-12-01 10:51:18 +08:00
parent 754460f861
commit cd44576bff
No known key found for this signature in database
GPG key ID: CED392DE0C483D00

View file

@ -27,9 +27,8 @@
, ltoSupport ? (stdenv.isLinux && stdenv.is64bit), overrideCC, buildPackages
, gssSupport ? true, libkrb5
, pipewireSupport ? waylandSupport && webrtcSupport, pipewire
# Workaround: disabled since currently jemalloc causes crashes with LLVM 13.
# https://bugzilla.mozilla.org/show_bug.cgi?id=1741454
, jemallocSupport ? false, jemalloc
# Jemalloc could reduce memory consumption.
, jemallocSupport ? true, jemalloc
## privacy-related options