diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-18 13:08:38 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-18 13:08:38 -0600 |
| commit | 7a0a806df05d573cf7969c9a2d80a1a49881d95a (patch) | |
| tree | fb8d2d044b434a5204ed2310715c7922eaefdbca /dotfiles/system/.profile | |
| parent | e1be02ca9690fc39eb3aa6ce8cd70f645af7d2d4 (diff) | |
fix(archsetup): properly disable debug packages system-wide
Replace invalid --nodebug flags with proper makepkg.conf configuration:
1. Configure makepkg.conf OPTIONS to disable debug packages (line 237-238)
- Set OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug)
- This prevents ALL packages from building debug versions
2. Remove invalid --nodebug flags from yay commands:
- Remove from aur_install function (lines 169, 171, 173)
- Remove from python-lyricsgenius install (line 957)
- --nodebug is not a valid yay/makepkg option in test VM
Previous issue: 169 "invalid option 'nodebug'" errors in test logs
Expected result: Clean test execution with no debug package warnings
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/system/.profile')
0 files changed, 0 insertions, 0 deletions
