X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=lib%2FKconfig.debug;h=8abc04ef781105a1f970ece63420c346ab1eb59a;hp=1d1521c26302a2510e873d49a8b6bb525f399d66;hb=831a2b1b868fe9b46035dafa11b4b8c4f8b340b5;hpb=ad1dd382629e84bbcbf4ef11c5c93d831399c5cd diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 1d1521c26302..8abc04ef7811 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -216,7 +216,7 @@ config STRIP_ASM_SYMS config READABLE_ASM bool "Generate readable assembler code" - depends on DEBUG_KERNEL + depends on DEBUG_KERNEL && !LTO help Disable some compiler optimizations that tend to generate human unreadable assembler output. This may make the kernel slightly slower, but it helps