cpubench: use thin LTO

This commit is contained in:
2025-08-15 15:27:13 +08:00
parent b4d03db52e
commit bfe08b5639

View File

@@ -43,7 +43,7 @@ export async function runCPUBench(options: RunCPUBenchOptions): Promise<void> {
const llvmInstall = path.resolve(config.llvm); const llvmInstall = path.resolve(config.llvm);
const ltoFlags = [ const ltoFlags = [
"-flto", "-flto=thin",
"-fuse-ld=lld", "-fuse-ld=lld",
]; ];