this post was submitted on 13 Feb 2024
1 points (100.0% liked)
Arch Linux
7896 readers
8 users here now
The beloved lightweight distro
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@[email protected], I think I got now why by default the keep
strip
anddebug
together.strip
seems 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 !