Component Type: kbuild config
Description: Dead code and data elimination (EXPERIMENTAL)
More info: Enable this if you want to do dead code and data elimination with the linker by compiling with -ffunction-sections -fdata-sections, and linking with --gc-sections. This can reduce on disk and in-memory size of the kernel code and static data, particularly for small configs and on small systems. This has the possibility of introducing silently broken kernel if the required annotations are not present. This option is not well tested yet, so use at your own risk.
Build project: Kconfig (Linux kconfig) (Path: init\Kconfig )
Other views: file explorer