On 21 Oct 2010, at 22:51, Laurent Sansonetti wrote:
> Hi Iain,
>
> --static activates static compilation, an experimental feature of the MacRuby
> compiler. It is very different from regular compilation.
>
> A binary generated by static compilation will statically link against a
> special ver
Hi Iain,
--static activates static compilation, an experimental feature of the MacRuby
compiler. It is very different from regular compilation.
A binary generated by static compilation will statically link against a special
version of MacRuby, which does not make use of the LLVM JIT compiler. S
Hi,
If I compile a ruby script with `macrubyc --static` is that essentially the
same as compiling ruby from within an Xcode project or is there a real
difference in what is produced?
Regards,
Iain
___
MacRuby-devel mailing list
MacRuby-devel@lists.ma