This commit is contained in:
mjallen18
2025-12-23 18:41:22 -06:00
parent 74e772582d
commit 8f08f24761
6 changed files with 73 additions and 24 deletions

View File

@@ -178,7 +178,7 @@ let
# _use_llvm_lto, defaults to "none"
ltoConfig =
assert (cachyConfig.useLTO == "none" || stdenv.cc.isClang);
# assert (cachyConfig.useLTO == "none" || stdenv.cc.isClang);
if cachyConfig.useLTO == "thin" then
[
"-e LTO"