mirror of
https://abf.rosa.ru/djam/kernel-5.10.git
synced 2025-02-25 01:32:48 +00:00
Build debuginfo packages
They might be needed to debug the users' issues and should not take too much space now. Just in case, build the full debug info rather than a reduced set of it.
This commit is contained in:
parent
1699b32f67
commit
0fca21edc4
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
|||
%define build_doc 1
|
||||
%define build_source 0
|
||||
%define build_devel 1
|
||||
%define build_debug 0
|
||||
%define build_debug 1
|
||||
|
||||
# Build nrj desktop kernels
|
||||
%define build_nrj_desktop 1
|
||||
|
@ -596,7 +596,7 @@ patch -p1 --fuzz=0 < %{SOURCE701}
|
|||
# Configs
|
||||
cp %{SOURCE110} .
|
||||
%if %build_debug
|
||||
sed -i 's/# CONFIG_DEBUG_INFO is not set/CONFIG_DEBUG_INFO=y\nCONFIG_DEBUG_INFO_REDUCED=y/' \
|
||||
sed -i 's/# CONFIG_DEBUG_INFO is not set/CONFIG_DEBUG_INFO=y\n# CONFIG_DEBUG_INFO_REDUCED is not set/' \
|
||||
./kernel-%{arch_suffix}.config
|
||||
%endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue