rekado pushed a commit to branch python-team
in repository guix.
commit 5317a4823fa5932fcdc7f1e89770a53d0e1f32ce
Author: André Batista <[email protected]>
AuthorDate: Wed Dec 11 19:58:04 2024 -0300
gnu: make-torbrowser: Re-enable rust SIMD optimizations.
This reverts commit 981ac81dac225c89ff60c4959819e5b91e5dd1f2, as both
browsers
are now based on ESR 128.
* gnu/packages/tor-browsers.scm (make-torbrowser)[arguments]
<#:configure-flags>: Enable rust SIMD optimizations.
Change-Id: I8a5c6cf3295d2ed277734ae96a2aa8a9e6d2d0f3
Signed-off-by: Hilton Chain <[email protected]>
---
gnu/packages/tor-browsers.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index 68ece90ed4..32294e2bad 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -321,9 +321,7 @@ Browser.")
"--disable-debug"
"--disable-debug-symbols"
- ;; TODO: Re-enable after updating to the 128 ESR.
- ;"--enable-rust-simd"
- "--disable-rust-simd"
+ "--enable-rust-simd"
"--enable-release"
"--enable-optimize"
"--enable-strip"