mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: mozjs: Remove obsolete workaround.
* gnu/packages/gnuzilla.scm (mozjs)[arguments]: Remove "--disable-rust-simd" from #:configure-flags.
This commit is contained in:
parent
03a4908ea5
commit
13040cd309
1 changed files with 0 additions and 4 deletions
|
@ -126,10 +126,6 @@ (define-public mozjs
|
||||||
"--enable-hardening"
|
"--enable-hardening"
|
||||||
"--enable-optimize"
|
"--enable-optimize"
|
||||||
"--enable-release"
|
"--enable-release"
|
||||||
;; FIXME: rust-simd is disabled otherwise the build fails with
|
|
||||||
;; "error: `[u32; 64]` is forbidden as the type of a const generic
|
|
||||||
;; parameter".
|
|
||||||
"--disable-rust-simd"
|
|
||||||
"--enable-readline"
|
"--enable-readline"
|
||||||
"--enable-shared-js"
|
"--enable-shared-js"
|
||||||
"--with-system-icu"
|
"--with-system-icu"
|
||||||
|
|
Loading…
Reference in a new issue