Skip to content

Commit

Permalink
config/linux-x230: remove debug symbols
Browse files Browse the repository at this point in the history
Remove debug symbols and dynamic debug support from Linux. This reduces
our resulting bzImage by 200K.

This should help when size becomes even more limited, see linuxboot#562
  • Loading branch information
merge committed May 20, 2019
1 parent 08ad2d4 commit b176faf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config/linux-x230.config
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,10 @@ CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_UTF8=y
CONFIG_PRINTK_TIME=y
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_DYNAMIC_DEBUG=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_INFO_DWARF4=y
CONFIG_GDB_SCRIPTS=y
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN=1024
CONFIG_DEBUG_FS=y
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_HARDLOCKUP_DETECTOR=y
CONFIG_WQ_WATCHDOG=y
Expand Down

0 comments on commit b176faf

Please sign in to comment.