non-pacman: Enable DEBUG_INFO_NONE by default

Fixes https://github.com/Frogging-Family/linux-tkg/issues/724
This commit is contained in:
Tk-Glitch
2024-02-07 04:49:34 +01:00
parent 37c772eada
commit c54d7ebe32

View File

@@ -1008,6 +1008,7 @@ _tkg_srcprep() {
# Skip dbg package creation on non-Arch
if [ "$_distro" != "Arch" ]; then
_disable "DEBUG_INFO"
_enable "DEBUG_INFO_NONE"
fi
if [ "$_compiler_name" = "-llvm" ]; then