summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Singer2024-04-05 03:47:29 +0000
committerFelix Singer2024-04-05 03:47:29 +0000
commit5fed602cf6cdba0ca7129054a9d6b0905a752040 (patch)
tree43a4c3c76643abb0c1bc91345d47655d6707cefc /PKGBUILD
parent3de15e80f835946faa79644cba46ec262e1ed4ff (diff)
downloadaur-coreboot-toolchain.tar.gz
PKGBUILD: Add !debug to options
It takes lots of time to build debug packages. Disable them for now. Signed-off-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'