diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2024-08-21 13:24:40 +0200 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2024-08-27 00:27:27 +0000 |
commit | bb233555e3f3a4c334ea3e36c5651cecfb1159cb (patch) | |
tree | 982a67a7ef29a4a7db474588456787440ef63a57 /payloads/libpayload | |
parent | 76df5d017ea1b1dc82893c6171b1f3bf2d4f2eb4 (diff) |
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>
Diffstat (limited to 'payloads/libpayload')
-rw-r--r-- | payloads/libpayload/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/payloads/libpayload/Kconfig b/payloads/libpayload/Kconfig index 0c07ecd998..b5da2d9a4a 100644 --- a/payloads/libpayload/Kconfig +++ b/payloads/libpayload/Kconfig @@ -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. |