xtensa: add config option to disable linker relaxation
[deliverable/linux.git] / arch / xtensa / Kconfig.debug
CommitLineData
8e1a6dd2
CZ
1menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
65501622
CZ
5config 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.
8e1a6dd2 15
65501622 16endmenu
This page took 0.770154 seconds and 5 git commands to generate.