non-pacman: Enable DEBUG_INFO_NONE by default
Fixes https://github.com/Frogging-Family/linux-tkg/issues/724
This commit is contained in:
@@ -1008,6 +1008,7 @@ _tkg_srcprep() {
|
|||||||
# Skip dbg package creation on non-Arch
|
# Skip dbg package creation on non-Arch
|
||||||
if [ "$_distro" != "Arch" ]; then
|
if [ "$_distro" != "Arch" ]; then
|
||||||
_disable "DEBUG_INFO"
|
_disable "DEBUG_INFO"
|
||||||
|
_enable "DEBUG_INFO_NONE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$_compiler_name" = "-llvm" ]; then
|
if [ "$_compiler_name" = "-llvm" ]; then
|
||||||
|
Reference in New Issue
Block a user