xbps-src: use "disable_debug" to disable -dbg subpkg creation.

This commit is contained in:
Juan RP 2014-10-11 09:57:27 +02:00
parent 28714801d6
commit b2976da1c8
3 changed files with 6 additions and 4 deletions

View file

@ -387,6 +387,8 @@ files are always removed automatically.
This must match the basename of any url defined in `${distfiles}`.
Example `skip_extraction="foo-${version}.tar.gz"`.
- `disable_debug` If enabled -dbg packages won't be generated even if `XBPS_DEBUG_PKGS` is set.
- `force_debug_pkgs` If enabled binary packages with debugging symbols will be generated
even if `XBPS_DEBUG_PKGS` is disabled in `void-packages/etc/conf` or in the
`command line arguments`.