summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-04-24 11:11:17 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2014-04-24 11:11:17 +1000
commit16982c3f84f11f05b3140b36fef016740b52461e (patch)
tree1dfb6458458423e175a606d761d9a63ba75c2adc /lib
parent25fd2e6b34122c0fd52e89cedb80e585466a423d (diff)
parentde71647f7af0cd00b50265498a21b4376955797d (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 819ac51202c0..e548aa00dd5d 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