[Mesa-stable] [PATCH 2/2] automake: use shared LLVM for `make distcheck'
Emil Velikov
emil.l.velikov at gmail.com
Fri Dec 16 15:08:31 UTC 2016
From: Emil Velikov <emil.velikov at collabora.com>
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 <mesa-stable at lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
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
More information about the mesa-stable
mailing list