summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-07-09 12:20:44 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2014-07-09 12:20:44 +1000
commit9dd671539a0b5f95e13e6aca6a9692bdd183a60d (patch)
treeb6398a42019f58ada7c7b5d49a558219deb9b7cc /lib
parent956c65df898063caa919bb6c788ac7d460f50f25 (diff)
parent6296fcc8a6691c2450a607eef68af1995ba33f35 (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 7a638aa3545b..cf9cf82ae263 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