[Wxruby-development] Fix for crash at exit
Artur Kuptel
nemerle5 at gmail.com
Sat Mar 17 20:53:09 EDT 2007
Alex Fenton wrote:
> Ah - so this isn't possible any longer with current SWIG? I've seen it
> mentioned in the docs and had hoped we could take this approach in the
> near future to reduce the compile time and size of the binary.
>
> a
>
Sadly -c/-noruntime option was removed some time ago, only thing that's
left from those good times is
'swig -ruby -external-runtime', which sadly isn't very helpful.
I even thought about writing some preprocessor script to remove most of
the runtime from .cpp files and
writing a glue for generated files but doing it right would require a
bit of time, which is unobtainable at the moment.
A.K.
More information about the Wxruby-development
mailing list