We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d1979 commit c95c59dCopy full SHA for c95c59d
Makefile
@@ -958,7 +958,7 @@ endif
958
ifdef CONFIG_LTO_CLANG
959
ifdef CONFIG_THINLTO
960
lto-clang-flags := -flto=thin -fsplit-lto-unit $(call cc-option,-funified-lto)
961
-LDFLAGS += --thinlto-jobs=$(nproc --all)
+LDFLAGS += --thinlto-cache-dir=.thinlto-cache --thinlto-jobs=$(nproc --all)
962
963
# LLVM tunings
964
KBUILD_LDFLAGS += -mllvm -inline-threshold=500
0 commit comments