blob: be5fb4c6243f06cbad370dce103d15acdbaaa700 [file] [log] [blame]
Chris Zankel8e1a6dd2005-06-23 22:01:10 -07001menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
Chris Zankel65501622012-11-13 15:16:36 -08005config LD_NO_RELAX
6 bool "Disable linker relaxation"
7 default n
8 help
9 Enable this function to disable link-time optimizations.
10 The default linker behavior is to combine identical literal
11 values to reduce code size and remove unnecessary overhead from
12 assembler-generated 'longcall' sequences.
13 Enabling this option improves the link time but increases the
14 code size, and possibly execution time.
15
Chris Zankel8e1a6dd2005-06-23 22:01:10 -070016endmenu