gnu: make-torbrowser: Fix building with newer rust.

* gnu/packages/tor-browsers.scm (make-torbrowser)[arguments]: Adjust the
configure-flags to temporarily disable rust SIMD optimizations.

Change-Id: I54431581f2a681ec2b5402238e0bc78c038cfbc1
This commit is contained in:
Efraim Flashner 2024-11-05 17:07:42 +02:00
parent e01c2b4fff
commit 981ac81dac
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -321,7 +321,9 @@ Browser.")
"--disable-debug"
"--disable-debug-symbols"
"--enable-rust-simd"
;; TODO: Re-enable after updating to the 128 ESR.
;"--enable-rust-simd"
"--disable-rust-simd"
"--enable-release"
"--enable-optimize"
"--enable-strip"