diff options
author | B Stack <bgstack15@gmail.com> | 2019-05-09 13:35:49 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-05-09 13:35:49 -0400 |
commit | 031fb995cca597f6e366bd3cc459f0b816f77a66 (patch) | |
tree | 7cfad2f75092ea245d8c6382cbe7d6314ecc8eba /waterfox/waterfox-mozconfig | |
parent | Merge branch 'palemoon-bump' into 'master' (diff) | |
download | stackrpms-031fb995cca597f6e366bd3cc459f0b816f77a66.tar.gz stackrpms-031fb995cca597f6e366bd3cc459f0b816f77a66.tar.bz2 stackrpms-031fb995cca597f6e366bd3cc459f0b816f77a66.zip |
WIP: waterfox-56.2.9 with some fixes
move the hard-coded rust-simd option from the mozconfig
to the spec, which in turn will modify the mozconfig.
Diffstat (limited to 'waterfox/waterfox-mozconfig')
-rw-r--r-- | waterfox/waterfox-mozconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/waterfox/waterfox-mozconfig b/waterfox/waterfox-mozconfig index f362cbc..df66111 100644 --- a/waterfox/waterfox-mozconfig +++ b/waterfox/waterfox-mozconfig @@ -35,8 +35,6 @@ ac_add_options --disable-profiling ac_add_options --disable-signmar ac_add_options --disable-verify-mar -ac_add_options --disable-rust-simd - ac_add_options --with-app-name=waterfox ac_add_options --with-app-basename=Waterfox ac_add_options --with-branding=browser/branding/unofficial |