From: Emil Velikov <[email protected]>

Things should just work (tm) with the default options. Plus the one we
pass is already the default, so just drop it.

Signed-off-by: Emil Velikov <[email protected]>
---
 docs/releasing.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/releasing.html b/docs/releasing.html
index b5a9a5c85bf..fc7f2a5aff9 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -379,7 +379,7 @@ Here is one solution that I've been using.
        chmod 755 -fR $__build_root; rm -rf $__build_root
        mkdir -p $__build_root &amp;&amp; cd $__build_root
 
-       $__mesa_root/autogen.sh --enable-llvm-shared-libs &amp;&amp; make -j2 
distcheck
+       $__mesa_root/autogen.sh &amp;&amp; make -j2 distcheck
 
        # Build check the tarballs (scons, linux)
        tar -xaf mesa-$__version.tar.xz &amp;&amp; cd mesa-$__version
-- 
2.11.1

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

Reply via email to