Hi Jim,
I don't know about the community, but I prefer this method:
perl -MInline=noclean script.pl
If you want to do that in your script, you can pass 'noclean' to Inline as a
shortcut (must be in a separate 'use' statement):
use Inline NOCLEAN;
use Inline C;
Later,
Neil
Jim Edwards [06/07/01 13:27 +0000]:
> I found it.
>
> DISABLE => CLEAN_AFTER_BUILD
>
>
> Jim Edwards wrote:
>
> > Hi again,
> >
> > Is there a "preferred" way to keep the build directory around so that
> > I can see what is happening with typemaps?
> >
> > thanks,
> > Jim