From 87ea9ac24ab08d2d4958754f520a132760c1750a Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 11 Jul 2019 13:02:30 -0400 Subject: waterfox 56.2.12 dpkg rc1 --- waterfox/debian/mozconfig | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'waterfox/debian/mozconfig') diff --git a/waterfox/debian/mozconfig b/waterfox/debian/mozconfig index 6448a69..e2a51c9 100644 --- a/waterfox/debian/mozconfig +++ b/waterfox/debian/mozconfig @@ -26,10 +26,9 @@ ac_add_options --disable-updater ac_add_options --enable-release -# this line works for OBS, but not on private infrastructure. -if ! test `lsb_release -sc` = "stretch" && ! test `lsb_release -sc` = "jessie" && ! test `lsb_release -sc` = "buster"; then -ac_add_options --enable-rust-simd # on x86 requires SSE2 -fi +# Turn rust-simd on for local builds, off for OBS +#ac_add_options --enable-rust-simd # on x86 requires SSE2 +ac_add_options --disable-rust-simd ac_add_options --enable-stylo=build -- cgit