X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=lib%2FKconfig.debug;h=8abc04ef781105a1f970ece63420c346ab1eb59a;hb=52e06e2c81b901000db49fd4d4e02a930b26ebc5;hp=1d1521c26302a2510e873d49a8b6bb525f399d66;hpb=287f5902f236be435c5c7aaa80ef0a2a5c13a8ba;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