From c5104c7c883a17f16811a93636e050b1b9e1c737 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Tue, 5 Jun 2018 10:24:20 -0700 Subject: [PATCH] mesa: build with lto --- packages/graphics/mesa/package.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/graphics/mesa/package.mk b/packages/graphics/mesa/package.mk index 5cac5fd901..a5ef52b50c 100644 --- a/packages/graphics/mesa/package.mk +++ b/packages/graphics/mesa/package.mk @@ -29,6 +29,7 @@ PKG_SECTION="graphics" PKG_SHORTDESC="mesa: 3-D graphics library with OpenGL API" PKG_LONGDESC="Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the author makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. Those who want a licensed implementation of OpenGL should contact a licensed vendor. While Mesa is not a licensed OpenGL implementation, it is currently being tested with the OpenGL conformance tests. For the current conformance status see the CONFORM file included in the Mesa distribution." PKG_TOOLCHAIN="meson" +PKG_BUILD_FLAGS="+lto" get_graphicdrivers