From d57bf32f79812540e84af34b85bc02c2b9bbbcfc Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Sun, 29 Sep 2024 09:10:23 +0200 Subject: [PATCH] Disable LTO - it raises an issue for U6lite in luci-lib-ip --- configs/common/snapshot | 2 +- configs/common/snapshot-short | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/common/snapshot b/configs/common/snapshot index b7c281b..89811dc 100644 --- a/configs/common/snapshot +++ b/configs/common/snapshot @@ -15,5 +15,5 @@ CONFIG_JSON_CYCLONEDX_SBOM=y CONFIG_MAKE_TOOLCHAIN=y # Compile littlebit faster -CONFIG_USE_LTO=y +# CONFIG_USE_LTO is not set CONFIG_USE_MOLD=y diff --git a/configs/common/snapshot-short b/configs/common/snapshot-short index dfb4a98..17d307d 100644 --- a/configs/common/snapshot-short +++ b/configs/common/snapshot-short @@ -4,5 +4,5 @@ CONFIG_SDK_LLVM_BPF=y CONFIG_USE_LLVM_BUILD=y CONFIG_HAS_BPF_TOOLCHAIN=y -CONFIG_USE_LTO=y +# CONFIG_USE_LTO is not set CONFIG_USE_MOLD=y