Difference between revisions of "Talk:Compiling ScummVM/Mac OS X Crosscompiling"

From ScummVM :: Wiki
Jump to navigation Jump to search
(New page: I wonder whether we should/could also use -mmacosx-version-min=10.4 ? ~~~~)
 
m
Line 1: Line 1:
I wonder whether we should/could also use -mmacosx-version-min=10.4 ? [[User:Fingolfin|Fingolfin]] 22:11, 22 November 2007 (CET)
I wonder whether we should/could also use -mmacosx-version-min=10.4 ? [[User:Fingolfin|Fingolfin]] 22:11, 22 November 2007 (CET)
If this is the effect: http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01045.html
Then we might as well. Can't hurt, and should (if nothing else) least reduce our binary size a tiny bit :).

Revision as of 10:06, 24 November 2007

I wonder whether we should/could also use -mmacosx-version-min=10.4 ? Fingolfin 22:11, 22 November 2007 (CET)

If this is the effect: http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01045.html

Then we might as well. Can't hurt, and should (if nothing else) least reduce our binary size a tiny bit :).