firefox: disable jemalloc by default to fix crash

main
oxalica 3 years ago
parent a343380d9d
commit 8a2be27251
No known key found for this signature in database
GPG Key ID: CED392DE0C483D00
  1. 4
      pkgs/applications/networking/browsers/firefox/common.nix

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

Loading…
Cancel
Save