assets/specTemplate: don't define cpu count

This commit is contained in:
2025-01-04 20:54:12 +08:00
parent f094411419
commit c130a14f01

View File

@@ -45,10 +45,6 @@
% define bits 64 # you can set it on the command line using: % define bits 64 # you can set it on the command line using:
%endif # 'runcpu --define bits=nn' %endif # 'runcpu --define bits=nn'
%ifndef %{build_ncpus} # EDIT to adjust number of simultaneous compiles.
% define build_ncpus 8 # Or, you can set it on the command line:
%endif # 'runcpu --define build_ncpus=nn'
# Don't change this part. # Don't change this part.
%define os LINUX %define os LINUX
%if %{bits} == 64 %if %{bits} == 64
@@ -72,7 +68,6 @@ iterations = 1
label = %{label}-m%{bits} label = %{label}-m%{bits}
line_width = 1020 line_width = 1020
log_line_width = 1020 log_line_width = 1020
makeflags = --jobs=%{build_ncpus}
mean_anyway = 1 mean_anyway = 1
output_format = txt,html,cfg,pdf,csv output_format = txt,html,cfg,pdf,csv
preenv = 1 preenv = 1