what does macosx-version-min imply?
Posted
by Quincy
on Stack Overflow
See other posts from Stack Overflow
or by Quincy
Published on 2010-05-27T17:47:32Z
Indexed on
2010/05/27
17:51 UTC
Read the original article
Hit count: 418
When I pass compiler flag "-mmacosx-version-min=10.5", what does it mean? I think it implies the result binary is x86, not ppc, but is it 32 bits or 64 bits? I'm compiling on snow leopard, so default output binary is 64 bits. I'm not passing -universal, it's not 32bit-64bit universal binary, I think.
© Stack Overflow or respective owner