makepkg.conf: enable debug package
This commit is contained in:
parent
cc5b67a439
commit
a4394eb763
@ -22,7 +22,7 @@ LTOFLAGS=""
|
||||
DEBUG_CFLAGS="-g -fvar-tracking-assignments"
|
||||
DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
|
||||
BUILDENV=(!distcc color !ccache check !sign)
|
||||
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto)
|
||||
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug !lto)
|
||||
INTEGRITY_CHECK=(md5 sha256 sha512)
|
||||
STRIP_BINARIES="--strip-all"
|
||||
STRIP_SHARED="--strip-unneeded"
|
||||
|
@ -26,7 +26,7 @@ DEBUG_CFLAGS="-g"
|
||||
DEBUG_CXXFLAGS="$DEBUG_CFLAGS"
|
||||
DEBUG_RUSTFLAGS="-C debuginfo=2"
|
||||
BUILDENV=(!distcc color !ccache check !sign)
|
||||
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto)
|
||||
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug !lto)
|
||||
INTEGRITY_CHECK=(md5 sha256 sha512)
|
||||
STRIP_BINARIES="--strip-all"
|
||||
STRIP_SHARED="--strip-unneeded"
|
||||
@ -47,4 +47,4 @@ COMPRESSZ=(compress -c -f)
|
||||
COMPRESSLZ4=(lz4 -q)
|
||||
COMPRESSLZ=(lzip -c -f)
|
||||
PKGEXT='.pkg.tar.xz'
|
||||
SRCEXT='.src.tar.gz'
|
||||
SRCEXT='.src.tar.gz'
|
||||
|
Loading…
Reference in New Issue
Block a user