summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 546d30c988ce..2e2f975c1298 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,6 +29,7 @@ pkgbase = coreboot-toolchain
noextract = clang-tools-extra-16.0.6.src.tar.xz
noextract = cmake-3.27.7.tar.gz
options = buildflags
+ options = !debug
source = git+https://review.coreboot.org/coreboot#commit=4845b69db29107ce8d9cd2969b4aad5c7daa6399
source = https://github.com/acpica/acpica/archive/refs/tags/R06_28_23.tar.gz
source = https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/nasm-2.16.01.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index 06fa3f9ee1bd..8d4c3f49cee8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=(BSD2 BSD3 GPL2 LGPL2Plus GPL3Plus)
arch=(x86_64 aarch64 riscv)
depends=() # TODO
makedepends=('gcc-ada' 'git' 'python') # TODO
-options=('buildflags')
+options=('buildflags' '!debug')
sources_gcc=(
'https://ftpmirror.gnu.org/gmp/gmp-6.3.0.tar.xz'
'https://ftpmirror.gnu.org/mpfr/mpfr-4.2.1.tar.xz'