$ du -sch /build/amd64-generic/packages/sys-kernel/chromeos-kernel-4_19-9999.tbz2
285M /build/amd64-generic/packages/sys-kernel/chromeos-kernel-4_19-9999.tbz2
285M total
# (contents of the archive)
$ du -sch *
14M boot
34M lib
1019M usr
1.1G total
$ du -sch usr/lib/debug/*
546M usr/lib/debug/boot
473M usr/lib/debug/lib
1019M total
Can I build kernel packages without those debug files?
Can I build kernel packages without those debug files?