mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e01c2b4fff
commit
981ac81dac
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue