this post was submitted on 13 Feb 2024
44 points (100.0% liked)

Arch Linux

7764 readers
4 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

MR: https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/merge_requests/1

An issue: https://gitlab.archlinux.org/pacman/pacman/-/issues/91

To find your already installed debug packages:

pacman -Q | grep -e '-debug '

This debug packages usually huge, I noticed this accidentally, and I haven't found a news about this on archlinux.org

To solve this add a ! before debug on line 97 in /etc/makepkg.conf

you are viewing a single comment's thread
view the rest of the comments
[–] kixik@lemmy.ml 3 points 9 months ago

@infeeeee@lemm.ee, I think I got now why by default the keep strip and debug together. stripseems to be removing them only from the non -debug package generated, and not doing so on the -debug package generated. So they actually make sense together.

That said, you were right. If not interested on the -debug packages getting generated, just use !debug.

Greetings !