The documentation suggests that I should use a generic processor (“1”) for distribution. Any reason why this is suggested for a Mac build?
Mac has been using the same processor since 2006 if I am not mistaken.
Thanks,
Partha
The documentation suggests that I should use a generic processor (“1”) for distribution. Any reason why this is suggested for a Mac build?
Mac has been using the same processor since 2006 if I am not mistaken.
Thanks,
Partha
OK, I should have said, using intel processors since 2006.
Yes, and if you build for one special Intel processor the code will most likely not run on a different one.
For that reason you have to build for a generic processor
, then your build will run on all processors of that architecture
.