add plugin .so file

This commit is contained in:
Anders Rytter Hansen 2025-06-09 19:22:17 +02:00
commit 5f90632565

View file

@ -419,7 +419,7 @@ export MESON_PACKAGE_CACHE_DIR="%{cargo_registry}/"
%rewrite_wrap_file paste
%endif
CFLAGS="$CFLAGS -march=skylake -mtune=skylake -O3 -mllvm -polly" CXXFLAGS="$CXXFLAGS -march=skylake -mtune=skylake -O3 -mllvm -polly" %meson \
CFLAGS="$CFLAGS -march=skylake -mtune=skylake -O3 -fplugin=LLVMPolly.so -mllvm -polly" CXXFLAGS="$CXXFLAGS -march=skylake -mtune=skylake -O3 -fplugin=LLVMPolly.so -mllvm -polly" %meson \
-Dplatforms=x11,wayland \
-Dosmesa=true \
--buildtype=release \