Hello, I actually had this seem problem quite literally a week ago. You need too modify your `OPTIONS` array in the makepkg config file. Find `debug` in it and put a bang (!) before it so it looks like `!debug`.
Hope this helps! Best regards, Borna Punda 14 Feb 2026, 10:07 by [email protected]: > Hello, > > when creating and installing a custom package with > `makepkg -i -c` how can I prevent that a "*-debug-*" package will be created > and installed? > I could not find any related information in `man 5 PKGBUILD` or `makepkg -h`. > Regards > Björn >
