summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-04-11 10:45:24 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2014-04-11 10:45:24 +1000
commit73e842273a29cffdd8554c9d30610ba46a30acbe (patch)
tree4154e74efa6a5e4085aad384f45a320e8a16a08e /lib
parent3fa24a50f299785669c1a76f468e7bf374a39e05 (diff)
parent2eea5bbcd396d83b69868de4f47182be0c29d60f (diff)
Merge remote-tracking branch 'kbuild/for-next'
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index dd7f8858188a..6ed8f51b8538 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -180,7 +180,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