building without asserts ( b_ndebug=true) works again with gcc 10.2.0
This commit is contained in:
parent
f28b85dec3
commit
e8a7f4b2f1
8
.SRCINFO
8
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = mesa-git
|
pkgbase = mesa-git
|
||||||
pkgdesc = an open-source implementation of the OpenGL specification, git version
|
pkgdesc = an open-source implementation of the OpenGL specification, git version
|
||||||
pkgver = 20.3.0_devel.127075.6723addd8a7
|
pkgver = 20.3.0_devel.127495.2da1178bf3e
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.mesa3d.org
|
url = https://www.mesa3d.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -13,14 +13,12 @@ pkgbase = mesa-git
|
|||||||
makedepends = libvdpau
|
makedepends = libvdpau
|
||||||
makedepends = libva
|
makedepends = libva
|
||||||
makedepends = elfutils
|
makedepends = elfutils
|
||||||
makedepends = libomxil-bellagio
|
|
||||||
makedepends = libxrandr
|
makedepends = libxrandr
|
||||||
makedepends = ocl-icd
|
makedepends = ocl-icd
|
||||||
makedepends = libgcrypt
|
|
||||||
makedepends = wayland
|
|
||||||
makedepends = wayland-protocols
|
makedepends = wayland-protocols
|
||||||
makedepends = meson
|
makedepends = meson
|
||||||
makedepends = ninja
|
makedepends = ninja
|
||||||
|
makedepends = glslang
|
||||||
makedepends = llvm=10.0.1
|
makedepends = llvm=10.0.1
|
||||||
makedepends = clang=10.0.1
|
makedepends = clang=10.0.1
|
||||||
depends = libdrm
|
depends = libdrm
|
||||||
@ -34,9 +32,9 @@ pkgbase = mesa-git
|
|||||||
depends = wayland
|
depends = wayland
|
||||||
depends = lm_sensors
|
depends = lm_sensors
|
||||||
depends = libclc
|
depends = libclc
|
||||||
depends = glslang
|
|
||||||
depends = vulkan-icd-loader
|
depends = vulkan-icd-loader
|
||||||
depends = zstd
|
depends = zstd
|
||||||
|
depends = expat
|
||||||
depends = llvm-libs=10.0.1
|
depends = llvm-libs=10.0.1
|
||||||
optdepends = opengl-man-pages: for the OpenGL API man pages
|
optdepends = opengl-man-pages: for the OpenGL API man pages
|
||||||
optdepends = clang: opencl
|
optdepends = clang: opencl
|
||||||
|
12
PKGBUILD
12
PKGBUILD
@ -11,14 +11,14 @@
|
|||||||
|
|
||||||
pkgname=mesa-git
|
pkgname=mesa-git
|
||||||
pkgdesc="an open-source implementation of the OpenGL specification, git version"
|
pkgdesc="an open-source implementation of the OpenGL specification, git version"
|
||||||
pkgver=20.3.0_devel.127075.6723addd8a7
|
pkgver=20.3.0_devel.127495.2da1178bf3e
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
makedepends=('git' 'python-mako' 'xorgproto'
|
makedepends=('git' 'python-mako' 'xorgproto'
|
||||||
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio' 'libxrandr'
|
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libxrandr'
|
||||||
'ocl-icd' 'libgcrypt' 'wayland' 'wayland-protocols' 'meson' 'ninja')
|
'ocl-icd' 'wayland-protocols' 'meson' 'ninja' 'glslang')
|
||||||
depends=('libdrm' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
|
depends=('libdrm' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
|
||||||
'libomxil-bellagio' 'libunwind' 'libglvnd' 'wayland' 'lm_sensors' 'libclc' 'glslang' 'vulkan-icd-loader' 'zstd')
|
'libomxil-bellagio' 'libunwind' 'libglvnd' 'wayland' 'lm_sensors' 'libclc' 'vulkan-icd-loader' 'zstd' 'expat')
|
||||||
optdepends=('opengl-man-pages: for the OpenGL API man pages')
|
optdepends=('opengl-man-pages: for the OpenGL API man pages')
|
||||||
provides=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layer' 'libva-mesa-driver' 'mesa-vdpau' 'vulkan-driver' 'opengl-driver' 'opencl-driver')
|
provides=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layer' 'libva-mesa-driver' 'mesa-vdpau' 'vulkan-driver' 'opengl-driver' 'opencl-driver')
|
||||||
conflicts=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layer' 'libva-mesa-driver' 'mesa-vdpau')
|
conflicts=('mesa' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulkan-mesa-layer' 'libva-mesa-driver' 'mesa-vdpau')
|
||||||
@ -61,7 +61,7 @@ case $MESA_WHICH_LLVM in
|
|||||||
# depending on aur-llvm-* to avoid mixup with LH llvm-git
|
# depending on aur-llvm-* to avoid mixup with LH llvm-git
|
||||||
makedepends+=('aur-llvm-git')
|
makedepends+=('aur-llvm-git')
|
||||||
depends+=('aur-llvm-libs-git')
|
depends+=('aur-llvm-libs-git')
|
||||||
optdepends+=('llvm-git: opencl')
|
optdepends+=('aur-llvm-git: opencl')
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
# mesa-git/llvm-git (lordheavy unofficial repo)
|
# mesa-git/llvm-git (lordheavy unofficial repo)
|
||||||
@ -98,7 +98,7 @@ prepare() {
|
|||||||
|
|
||||||
build () {
|
build () {
|
||||||
meson setup mesa _build \
|
meson setup mesa _build \
|
||||||
-D b_ndebug=false \
|
-D b_ndebug=true \
|
||||||
-D b_lto=true \
|
-D b_lto=true \
|
||||||
-D buildtype=plain \
|
-D buildtype=plain \
|
||||||
--wrap-mode=nofallback \
|
--wrap-mode=nofallback \
|
||||||
|
Loading…
Reference in New Issue
Block a user