summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Gorski2024-02-26 09:20:15 +0100
committerPiotr Gorski2024-02-26 09:20:15 +0100
commitd3e8e4d3850765fd66c2a0b95e04abba445d441d (patch)
tree006ea30f75dcff15a0d77a57ea948bdc9e1ba6b3 /PKGBUILD
parentb058b0e3ccfaf58e6ba9031dca904b37a8fc432d (diff)
downloadaur-d3e8e4d3850765fd66c2a0b95e04abba445d441d.tar.gz
Drop debug disable
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD24
1 files changed, 1 insertions, 23 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76c94c88218a..c13390520b1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,13 +44,10 @@ _use_current=
### Running with a 1000 HZ tick rate
_1k_HZ_ticks=
-# Disable debug to lower the size of the kernel
-_disable_debug=y
-
### Do not edit below this line unless you know what you're doing
pkgbase=linux-next-git
-pkgver=20240223.r0.g33e1d31873f8
+pkgver=20240226.r0.g8552c902efe7
_srcname=linux-next
pkgrel=1
pkgdesc='Linux NEXT'
@@ -148,25 +145,6 @@ prepare() {
-d NUMA_BALANCING_DEFAULT_ENABLED
fi
- ### Disable DEBUG
- if [ -n "$_disable_debug" ]; then
- echo "Disabling DEBUG kernel config..."
- scripts/config -d DEBUG_INFO \
- -d DEBUG_INFO_BTF \
- -d DEBUG_INFO_DWARF4 \
- -d DEBUG_INFO_DWARF5 \
- -d PAHOLE_HAS_SPLIT_BTF \
- -d DEBUG_INFO_BTF_MODULES \
- -d SLUB_DEBUG \
- -d PM_DEBUG \
- -d PM_ADVANCED_DEBUG \
- -d PM_SLEEP_DEBUG \
- -d ACPI_DEBUG \
- -d SCHED_DEBUG \
- -d LATENCYTOP \
- -d DEBUG_PREEMP
- fi
-
### Optionally load needed modules for the make localmodconfig
# See https://aur.archlinux.org/packages/modprobed-db
if [ -n "$_localmodcfg" ]; then