mesa: switch build type to debugoptimized

This commit is contained in:
Sergei Reznikov
2021-10-15 13:31:06 +03:00
committed by GitHub
parent 7e6f7f9bc5
commit 33401a3a52

View File

@@ -6,7 +6,7 @@ providing 3D rendering to Haiku applications."
HOMEPAGE="https://www.mesa3d.org/"
COPYRIGHT="1999-2021 Brian Paul"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://mesa.freedesktop.org/archive/mesa-${portVersion}.tar.xz"
CHECKSUM_SHA256="7245284a159d2484770e1835a673e79e4322a9ddf43b17859668244946db7174"
SOURCE_DIR="mesa-${portVersion}"
@@ -104,7 +104,7 @@ BUILD()
mkdir -p build
meson build -Dosmesa=true -Degl=true -Dgallium-drivers=swrast \
--buildtype=release \
--buildtype=debugoptimized \
--prefix=$prefix \
--libdir=$libDir \
--includedir=$includeDir