From 1af113bece5ddcf2acc9ab0edd83e43ba2882e4d Mon Sep 17 00:00:00 2001 From: StefanStojanovic Date: Tue, 4 Aug 2026 11:28:46 +0200 Subject: [PATCH] build,win: remove LTO parallelisation limit Signed-off-by: StefanStojanovic --- vcbuild.bat | 2 -- 1 file changed, 2 deletions(-) diff --git a/vcbuild.bat b/vcbuild.bat index 28494815df1d..681c92d285fb 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -199,8 +199,6 @@ if defined build_release ( set projgen=1 set cctest=1 set thin_lto=1 - @REM Parallel LTO link jobs can cause OOM issues, so we limit it to 2 by default for release builds in the release CI. - set lto_jobs=2 ) :: LTO mutual exclusion