Disable LTO - it raises an issue for U6lite in luci-lib-ip

This commit is contained in:
Daniel Pawlik
2024-09-29 09:10:23 +02:00
parent 5bde287a17
commit d57bf32f79
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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