On 24/03/07 12:34PM, lacsaP Patatetom wrote:
hi,
Hey,
when I run `makepkg`, it generates a second package with the `-debug` "extension" (eg. `mypackage-w.x.y-z-x86_64.pkg.tar.zst` and `mypackage-debug-w.x.y-z-x86_64.pkg.tar.zst`).
I couldn't find anything about this on the wiki : is this a new feature and/or is there a parameter to pass to `makepkg` to avoid building it ?
This was introduced with the following change in pacman[0], see the documentation for the 'debug' option in makepkg.conf(5): debug Add the user-specified debug flags as specified in DEBUG_CFLAGS and DEBUG_CXXFLAGS to their counterpart buildflags. Creates a separate package containing the debug symbols when used with ‘strip’. So if you want to disable this behaviour you'll have to disable that option in the config.
regards, lacsaP.
regards, gromit [0]: https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/merge_req...