aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2015-10-07 10:34:16 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2015-10-07 10:34:16 +1100
commit53b0445c4e3d21475b71dc971842539b49f9ae46 (patch)
tree2ccb30d038773c14c61f97b4d1c9652c705111fd /lib
parentc8861205e50bd74bed236e0b0760df701822ed79 (diff)
parenta8503631df45237a70bff4e8f9baf1dad14cda46 (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 ab76b99adc85..4d1fb075ebb6 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -215,7 +215,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