]> git.pld-linux.org Git - packages/firefox.git/commitdiff
add rust_simd bcond (disabled by default)
authorJan Palus <atler@pld-linux.org>
Tue, 13 Jul 2021 19:18:22 +0000 (21:18 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 13 Jul 2021 19:18:22 +0000 (21:18 +0200)
firefox.spec

index 7b95a315f5f1ef64967e943c199413616e07f3d9..10a5b62658808c5096cb47226a9778a945dae50c 100644 (file)
@@ -17,6 +17,7 @@
 %bcond_without system_libvpx   # build with system libvpx
 %bcond_without clang           # build using Clang/LLVM
 %bcond_with    lowmem          # lower memory requirements
 %bcond_without system_libvpx   # build with system libvpx
 %bcond_without clang           # build using Clang/LLVM
 %bcond_with    lowmem          # lower memory requirements
+%bcond_with    rust_simd       # enable SIMD in Rust code
 
 %if %{with lto}
 %define                with_clang      1
 
 %if %{with lto}
 %define                with_clang      1
@@ -2163,6 +2164,7 @@ ac_add_options --enable-gpsd
 ac_add_options --enable-lto=cross
 %endif
 %{?with_clang:ac_add_options --enable-linker=lld}
 ac_add_options --enable-lto=cross
 %endif
 %{?with_clang:ac_add_options --enable-linker=lld}
+%{?with_rust_simd:ac_add_options --enable-rust-simd}
 %{?with_shared_js:ac_add_options --enable-shared-js}
 %{?with_system_cairo:ac_add_options --enable-system-cairo}
 ac_add_options --enable-system-ffi
 %{?with_shared_js:ac_add_options --enable-shared-js}
 %{?with_system_cairo:ac_add_options --enable-system-cairo}
 ac_add_options --enable-system-ffi
This page took 0.792922 seconds and 4 git commands to generate.