chromium: output to "noRLE"

Modified the GN build system, setting "close-rle-pass=true".
New configured system will be tested there
This commit is contained in:
2024-09-04 12:19:18 +08:00
parent c103177e96
commit a86098f94d

View File

@@ -88,7 +88,7 @@ await configureSIMD();
async function configureSIMD() {
const hash = 'efa1fe54475ed4c333a6ec911cba80b7b4ba0963';
const outDir = path.resolve(chromiumSource, 'out', 'simd', 'Release');
const outDir = path.resolve(chromiumSource, 'out', 'simd-noRLE', 'Release');
const configureProcess = configure(chromiumSource, gnExe, outDir, gnArgs(path.resolve(lycEnv.sharedLLVMInstall, hash)));
configureProcess.stdout.pipe(process.stdout);