Enable LTO in snapshot short config

This commit is contained in:
Daniel Pawlik
2024-11-11 16:43:07 +01:00
parent 1f8caa4b5a
commit 645f424c02
2 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ CONFIG_DEVEL=y
CONFIG_JSON_CYCLONEDX_SBOM=y
CONFIG_MAKE_TOOLCHAIN=y
CONFIG_USE_GC_SECTIONS=y
CONFIG_USE_LTO=y
# Compile littlebit faster
# CONFIG_USE_LTO is not set
CONFIG_USE_MOLD=y

View File

@@ -4,5 +4,5 @@ CONFIG_HAS_BPF_TOOLCHAIN=y
CONFIG_SDK_LLVM_BPF=y
CONFIG_USE_LLVM_BUILD=y
# CONFIG_USE_LTO is not set
CONFIG_USE_LTO=y
CONFIG_USE_MOLD=y