mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-07-28 03:39:54 +02:00
linux: disable CONFIG_DEBUG_INFO
This options adds a ton of debug symbols leading to *very* large binaries: 5.2M kernel-module-8188eu_3.4.79-r0.8_olinuxino_a20.ipk 4.9M kernel-module-8189es_3.4.79-r0.8_olinuxino_a20.ipk 3.6M kernel-module-8192cu_3.4.79-r0.8_olinuxino_a20.ipk After this change: 244K kernel-module-8188eu_3.4.79-r0.12_olinuxino_a20.ipk 224K kernel-module-8189es_3.4.79-r0.12_olinuxino_a20.ipk 208K kernel-module-8192cu_3.4.79-r0.12_olinuxino_a20.ipk End users don't need such detailed debug symbols. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@ -2298,7 +2298,7 @@ CONFIG_STACKTRACE=y
|
||||
# CONFIG_DEBUG_KOBJECT is not set
|
||||
# CONFIG_DEBUG_HIGHMEM is not set
|
||||
CONFIG_DEBUG_BUGVERBOSE=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
CONFIG_DEBUG_INFO=n
|
||||
# CONFIG_DEBUG_INFO_REDUCED is not set
|
||||
# CONFIG_DEBUG_VM is not set
|
||||
# CONFIG_DEBUG_WRITECOUNT is not set
|
||||
|
Reference in New Issue
Block a user