[tor-commits] [tor-browser-build/master] Bug 32132: Re-enable jemalloc for Windows users

gk at torproject.org gk at torproject.org
Fri Oct 18 18:18:37 UTC 2019


commit f98c558493a6dc76915625a5c5eceefa020c0713
Author: Georg Koppen <gk at torproject.org>
Date:   Thu Oct 17 20:56:29 2019 +0000

    Bug 32132: Re-enable jemalloc for Windows users
    
    Now that https://bugzilla.mozilla.org/show_bug.cgi?id=1547519 got
    backported (to esr68.2.0) we can re-enable jemalloc for Windows users.
---
 projects/firefox/mozconfig-windows-i686   | 3 +--
 projects/firefox/mozconfig-windows-x86_64 | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/projects/firefox/mozconfig-windows-i686 b/projects/firefox/mozconfig-windows-i686
index 685b294..fe3cc7d 100644
--- a/projects/firefox/mozconfig-windows-i686
+++ b/projects/firefox/mozconfig-windows-i686
@@ -38,8 +38,7 @@ ac_add_options --disable-maintenance-service
 ac_add_options --enable-proxy-bypass-protection
 ac_add_options --disable-webrtc # Bug 1393901
 ac_add_options --disable-tests
-ac_add_options --disable-jemalloc # Bug 154751
 ac_add_options --disable-geckodriver # Bug 1489320
 
 # Disable telemetry
-ac_add_options MOZ_TELEMETRY_REPORTING=
\ No newline at end of file
+ac_add_options MOZ_TELEMETRY_REPORTING=
diff --git a/projects/firefox/mozconfig-windows-x86_64 b/projects/firefox/mozconfig-windows-x86_64
index 92c774c..ef28c9b 100644
--- a/projects/firefox/mozconfig-windows-x86_64
+++ b/projects/firefox/mozconfig-windows-x86_64
@@ -38,8 +38,7 @@ ac_add_options --disable-maintenance-service
 ac_add_options --enable-proxy-bypass-protection
 ac_add_options --disable-webrtc # Bug 1393901
 ac_add_options --disable-tests
-ac_add_options --disable-jemalloc # Bug 1547519
 ac_add_options --disable-geckodriver # Bug 1489320
 
 # Disable telemetry
-ac_add_options MOZ_TELEMETRY_REPORTING=
\ No newline at end of file
+ac_add_options MOZ_TELEMETRY_REPORTING=



More information about the tor-commits mailing list