Re: [MacRuby-devel] quick question about macrubyc static

2010-10-21 Thread Iain Barnett
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

Re: [MacRuby-devel] quick question about macrubyc static

2010-10-21 Thread Laurent Sansonetti
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