summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/waterfox.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 051cfd9..0705e98 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -72,7 +72,7 @@ ExcludeArch: armv7hl
%global disable_elfhack 0
%global build_stylo 0
-%global build_rust_simd 1
+%global build_rust_simd 0
# Set to build with pinned rust version
# This enables stylo build when default rust version is not supported
# and a downgraded rust package exists
@@ -1063,6 +1063,7 @@ fi
* Wed Dec 11 2019 B Stack <bgstack15@gmail.com> - 2019.12-11.classic
- add el7 and el8 support
- repackage for stackrpms
+- disable simd globally
* Tue Dec 10 2019 Phantom X <megaphantomx at bol dot com dot br> - 2019.12-1.classic
- 2019.12
bgstack15