summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-12-01 06:11:47 -0600
committerCraig Jennings <c@cjennings.net>2025-12-01 06:11:47 -0600
commitbcacfa0b3ae83ab6e509d798f8fcc2344a8c003d (patch)
treea34343be10ef78c11d5be12b5a29cb2a79f20d86
parent84a52a8027278005ff272cd0b80426f7c4f650ae (diff)
docs(TODO): mark -debug packages task as verified complete
Verified on current system: 0 -debug packages installed, yay-debug not present. Fix was implemented via --nodebug flags in archsetup. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
-rw-r--r--TODO.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO.org b/TODO.org
index 3c76ef1..2fcea23 100644
--- a/TODO.org
+++ b/TODO.org
@@ -170,10 +170,11 @@ Add kernel parameter: ~rtc_cmos.use_acpi_alarm=1~ (will become systemd default)
Consider: ~acpi_mask_gpe=0x1A~ for battery drain, suspend-then-hibernate config
See Framework community notes on logind.conf and sleep.conf settings
-*** TODO [#A] Disable installing -debug packages
+*** DONE [#A] Disable installing -debug packages
+CLOSED: [2025-12-01 Sun]
Currently archsetup downloads a -debug package for every package installed, doubling install time
-Add ~!debug~ to OPTIONS in /etc/makepkg.conf or create ~/.config/pacman/makepkg.conf with the setting
-Critical performance issue - cuts install time in half
+RESOLVED: Added --nodebug flag to yay calls and makepkg for yay build.
+Verified: 0 -debug packages installed on current system, yay-debug not present.
*** TODO [#B] Review slow and failed packages from 8GB RAM test
See [[file:docs/slow-failed-packages.org][Slow and Failed Packages Analysis]]