in reply to Re: Better way to force Inline to use compiled binary instead of C source?
in thread Better way to force Inline to use compiled binary instead of C source?
or just use "dmake" on 5.24.use ExtUtils::MakeMaker; WriteMakefile(NAME => 'Test', MAKE => 'gmake' +);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Better way to force Inline to use compiled binary instead of C source?
by vr (Curate) on Jun 13, 2022 at 05:24 UTC |