install_mod_strip

Searching…

www.kernel.org

Kbuild — The Linux Kernel documentation

INSTALL_MOD_STRIP, if defined, will cause modules to be stripped after they are installed. If INSTALL_MOD_STRIP is ‘1’, then the default option --strip-debug will be used.

superuser.com

Why is INSTALL_MOD_STRIP not on by default? - Super User

The commit you quoted only reverts changes to the stripping behavior, but INSTALL_MOD_STRIP existed long before that. As far as I can tell, it was introduced in commit ac031f26e8, which only mentions it as the solutio...

unix.stackexchange.com

How much strip (1)-ing is okay for kernel modules?

The kernel makefile does it for you if you run make INSTALL_MOD_STRIP=1 modules_install. You can prevent debugging symbols being inserted in the first place by configuring your kernel with CONFIG_DEBUG_INFO not defined.

bbs.archlinux.org

[Solved?]Can we build debug data of kernel modules as a ...

Sep 3, 2017 · I'm trying to stripping kernel modules crazily (more than INSTALL_MOD_STRIP=1 does). Because time to load them and time to boot is reduced a few second (even only for modules in initramfs with slow PCIE ...

www.kernel.org

Kbuild — The Linux Kernel documentation

INSTALL_MOD_STRIP, if defined, will cause modules to be stripped after they are installed. If INSTALL_MOD_STRIP is '1', then the default option --strip-debug will be used.