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:
@@ -88,7 +88,7 @@ await configureSIMD();
|
|||||||
async function configureSIMD() {
|
async function configureSIMD() {
|
||||||
const hash = 'efa1fe54475ed4c333a6ec911cba80b7b4ba0963';
|
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)));
|
const configureProcess = configure(chromiumSource, gnExe, outDir, gnArgs(path.resolve(lycEnv.sharedLLVMInstall, hash)));
|
||||||
|
|
||||||
configureProcess.stdout.pipe(process.stdout);
|
configureProcess.stdout.pipe(process.stdout);
|
||||||
|
|||||||
Reference in New Issue
Block a user