summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30ea2bb2d870..ef62fe08fd8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = linux-usermode
makedepends = bc
makedepends = inetutils
depends = coreutils
+ options = !debug
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.2.tar.sign
source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/6.2/um-patches/0001-um-Support-LTO.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6b01fb089711..d896b10fd2c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ license=('GPL2')
url="http://user-mode-linux.sourceforge.net/"
depends=('coreutils')
makedepends=('bc' 'inetutils')
+options=(!debug)
#_lucjanpath="https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/${_major}"
_lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_major}"