common/xbps-src: remove force_debug_pkgs variable
This commit is contained in:
parent
71ecddf2fb
commit
c7f2f9840f
3 changed files with 1 additions and 9 deletions
|
@ -362,10 +362,6 @@ setup_pkg() {
|
|||
if [ -z "$XBPS_DEBUG_PKGS" -o "$repository" = "nonfree" ]; then
|
||||
nodebug=yes
|
||||
fi
|
||||
# If a package sets force_debug_pkgs, always build -dbg pkgs.
|
||||
if [ -n "$force_debug_pkgs" ]; then
|
||||
unset nodebug
|
||||
fi
|
||||
# -g is required to build -dbg packages.
|
||||
if [ -z "$nodebug" ]; then
|
||||
dbgflags="-g"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue