mirror of
https://abf.rosa.ru/djam/kernel-5.10.git
synced 2025-02-24 17:22:50 +00:00
Turn off the building of debuginfo packages again
They take too much space, unfortunately. ~500 Mb per kernel flavour amounts to 1 Gb of debuginfo packages per each kernel version we keep. We could build the debuginfo packages on demand, I suppose, and turn them off by default.
This commit is contained in:
parent
4239ea40d9
commit
bbe03a9af3
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
%define build_doc 1
|
||||
%define build_source 0
|
||||
%define build_devel 1
|
||||
%define build_debug 1
|
||||
%define build_debug 0
|
||||
|
||||
# Build nrj desktop kernels
|
||||
%define build_nrj_desktop 1
|
||||
|
|
Loading…
Add table
Reference in a new issue