cpubench: use thin LTO
This commit is contained in:
@@ -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",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user