X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=lib%2FKconfig.debug;h=8abc04ef781105a1f970ece63420c346ab1eb59a;hb=831a2b1b868fe9b46035dafa11b4b8c4f8b340b5;hp=1d1521c26302a2510e873d49a8b6bb525f399d66;hpb=1b3f6228d202d0131a51cb7a7963f6d7635187ad;p=karo-tx-linux.git 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