]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
kernel: Strip modules
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Jan 2025 15:08:22 +0000 (15:08 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 11 Jan 2025 08:49:05 +0000 (09:49 +0100)
commitc5fc76563baf2f6e1f62a7b78dca1f82630a346d
tree16f8b26dd96b1609d234fcc342563fb3c4022932
parent0934e36ef7d2a16c03cb7a0d3919b3d3b1b911c3
kernel: Strip modules

The kernel does not strip modules by default. This can be enabled by
passing INSTALL_MOD_STRIP=1 when installing the modules.

Since we are not actually building the kernel with debuginfo and we are
comressing the modules afterwards, there is not a huge saving on disk
space, but there is a small saving of memory when loading the modules.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/linux