From c54d7ebe32d28735dcc5398e9144e60f2a58b0a3 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Wed, 7 Feb 2024 04:49:34 +0100 Subject: [PATCH] non-pacman: Enable DEBUG_INFO_NONE by default Fixes https://github.com/Frogging-Family/linux-tkg/issues/724 --- linux-tkg-config/prepare | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index 7dcc11f..10f1190 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -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