Remove superfluous meson parameters for rusticl

-Dllvm=enabled is already there unconditionally further down.

-Drust_std=2021 isn't needed when creating a new build directory from
scratch.
This commit is contained in:
Michel Dänzer 2023-04-28 17:38:40 +02:00 committed by Michel Dänzer
parent 7dd8d183e1
commit b23cdacd5d

View file

@ -359,7 +359,7 @@ export RUSTFLAGS="%build_rustflags"
-Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
-Dgallium-opencl=%{?with_opencl:icd}%{!?with_opencl:disabled} \
%if 0%{?with_opencl}
-Dgallium-rusticl=true -Dllvm=enabled -Drust_std=2021 \
-Dgallium-rusticl=true \
%endif
-Dvulkan-drivers=%{?vulkan_drivers} \
-Dvulkan-layers=device-select \