Skip to content
Commit 81a93bf9 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

tinyconfig: enable CONFIG_LD_DEAD_CODE_DATA_ELIMINATION



This CONFIG option, if supported by the architecture, helps reduce the
size of vmlinux.

For example, the size of vmlinux with ARCH=arm tinyconfig decreases as
follows:

   text	   data	    bss	    dec	    hex	filename
 631684	 104500	  18176	 754360	  b82b8	vmlinux.before
 455316	  93404	  15472	 564192	  89be0	vmlinux.after

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 40617439
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment