CONFIG_LD_NO_RELAX is not available for thedefaultarchitecture x86.
Result is shown for architecture xtensa

Disable linker relaxation

configname: CONFIG_LD_NO_RELAX

Linux Kernel Configuration
└─>Disable linker relaxation
In linux kernel since version 3.1 (release Date: 2011-10-24)  
Enable this function to disable link-time optimizations.
The default linker behavior is to combine identical literal
values to reduce code size and remove unnecessary overhead from
assembler-generated 'longcall' sequences.
Enabling this option improves the link time but increases the
code size, and possibly execution time.