speccpu: support build_type for SPEC commands

This commit is contained in:
2025-04-23 21:20:36 +08:00
parent 1885fedfb2
commit 41e569bfd8
3 changed files with 37 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ def x264_disable_mc_mul(
setprocgroup=True,
workload="ref",
output_root=spec_outputroot,
build_type=SPEC.BuildType.Nobuild,
),
env=spec_env,
) as process: