libGL: disable LTO
This commit is contained in:
parent
ea1b905d26
commit
5f9cd13834
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ build_style=meson
|
|||
configure_args="-Dshared-glapi=true -Dgbm=true -Degl=true
|
||||
-Dgallium-vdpau=true -Dgallium-xvmc=true -Dosmesa=gallium
|
||||
-Dtexture-float=true -Dgles1=true -Dgles2=true -Dgallium-va=true
|
||||
-Dplatforms=x11,drm,wayland,surfaceless -Dllvm=true -Dlmsensors=true"
|
||||
-Dplatforms=x11,drm,wayland,surfaceless -Dllvm=true -Dlmsensors=true
|
||||
-Db_lto=false"
|
||||
hostmakedepends="flex libxml2-python llvm pkg-config
|
||||
python-Mako wayland-protocols wayland-devel"
|
||||
makedepends="elfutils-devel expat-devel libXdamage-devel libXvMC-devel
|
||||
|
|
Loading…
Reference in a new issue