From: Emil Velikov <[email protected]>

When using static link with SWR et al. causes huge sprike in processing
power/memory gets leading to hude increase in the test times.

Revert to the default value, which is used by the vast majority.

Cc: 12.0 13.0 <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index e6d1969..6a208cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
        --enable-vdpau \
        --enable-xa \
        --enable-xvmc \
-       --disable-llvm-shared-libs \
+       --enable-llvm-shared-libs \
        --with-egl-platforms=x11,wayland,drm,surfaceless \
        --with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \
        
--with-gallium-drivers=i915,ilo,nouveau,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,swr
 \
-- 
2.10.2

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to