Before this PR, the target parameter to Project.create and corresponding target command-line option had to be the refinements of the inferred target. This PR lifts this restriction and now the target could be any value, e.g., you can pass the arm target for the x86 binary. Moreover, if target is specified then no inference will be even made.
Before this PR, the
target
parameter toProject.create
and correspondingtarget
command-line option had to be the refinements of the inferred target. This PR lifts this restriction and now the target could be any value, e.g., you can pass the arm target for the x86 binary. Moreover, if target is specified then no inference will be even made.