Hi!
>
> In the upcoming 0.7 release static compilation will be permitted, you will be
> able to generate a standalone binary that contains both the MacRuby runtime
> (some features disabled) and your application code, in about 1.5MB for
> regular-size apps.
>
I tested that and it is looking
On Jun 28, 2010, at 5:56 PM, Geoffrey Grosenbach wrote:
> On Mon, Jun 28, 2010 at 1:20 PM, Laurent Sansonetti
> wrote:
>> It's because File and Dir are core / builtin classes (like Array and
>> String), they are part of libmacruby.dylib which is still in your .app
>> bundle. You deleted the sta
On Mon, Jun 28, 2010 at 1:20 PM, Laurent Sansonetti
wrote:
> It's because File and Dir are core / builtin classes (like Array and String),
> they are part of libmacruby.dylib which is still in your .app bundle. You
> deleted the standard library.
That makes sense. I'll use the --no_stdlib flag
Hi Geoffrey,
On Jun 28, 2010, at 11:43 AM, Geoffrey Grosenbach wrote:
> Can I get a clarification on what the Compilation build step does?
>
> GOAL: Compile a MacRuby app and remove unnecessary Ruby files in order
> to achieve the smallest app size possible.
>
> I have a MacRuby 0.6 application