summaryrefslogtreecommitdiff
path: root/waterfox/waterfox-mozconfig
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-04-16 13:32:56 -0400
committerB Stack <bgstack15@gmail.com>2019-04-16 13:32:56 -0400
commitf4866034846455788d356f67aa63a063eea2f28c (patch)
tree995d4b24ef97d38ac2f92b30298f412372276250 /waterfox/waterfox-mozconfig
parentwaterfox: latest repack by phantomx (diff)
downloadstackrpms-f4866034846455788d356f67aa63a063eea2f28c.tar.gz
stackrpms-f4866034846455788d356f67aa63a063eea2f28c.tar.bz2
stackrpms-f4866034846455788d356f67aa63a063eea2f28c.zip
waterfox: WIP fedora disable rust simd
Diffstat (limited to 'waterfox/waterfox-mozconfig')
-rw-r--r--waterfox/waterfox-mozconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterfox/waterfox-mozconfig b/waterfox/waterfox-mozconfig
index cb7514a..f362cbc 100644
--- a/waterfox/waterfox-mozconfig
+++ b/waterfox/waterfox-mozconfig
@@ -35,7 +35,7 @@ ac_add_options --disable-profiling
ac_add_options --disable-signmar
ac_add_options --disable-verify-mar
-ac_add_options --enable-rust-simd
+ac_add_options --disable-rust-simd
ac_add_options --with-app-name=waterfox
ac_add_options --with-app-basename=Waterfox
bgstack15