libpayload: Allow LTO with clang
Change-Id: I41bb613de5d16ca180dd684a0bec4840d9119e6f Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84012 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
76df5d017e
commit
bb233555e3
1 changed files with 0 additions and 1 deletions
|
|
@ -84,7 +84,6 @@ endchoice
|
|||
config LTO
|
||||
bool "Use link time optimization (LTO)"
|
||||
default n
|
||||
depends on COMPILER_GCC
|
||||
help
|
||||
Compile with link time optimization. This can often decrease the
|
||||
final binary size, but may increase compilation time.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue