]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/Kconfig.debug
Merge remote-tracking branch 'kbuild/for-next'
[karo-tx-linux.git] / lib / Kconfig.debug
index 1d1521c26302a2510e873d49a8b6bb525f399d66..8abc04ef781105a1f970ece63420c346ab1eb59a 100644 (file)
@@ -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