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