Re: proposal of change of Perl compile flags based on ExtUtils::Embed

2025-01-18 Thread Patrice Dumas
On Mon, Jan 13, 2025 at 07:41:32PM +, Gavin Smith wrote: > On Sat, Jan 11, 2025 at 04:11:26PM +0100, Patrice Dumas wrote: > > Hello, > > > > The ExtUtils::Embed ccopts and ldopts are a kind of reference for > > compile and link flags that should work when linking against Perl. > > Based on the

Re: proposal of change of Perl compile flags based on ExtUtils::Embed

2025-01-13 Thread Gavin Smith
On Sat, Jan 11, 2025 at 04:11:26PM +0100, Patrice Dumas wrote: > Hello, > > The ExtUtils::Embed ccopts and ldopts are a kind of reference for > compile and link flags that should work when linking against Perl. > Based on the flags used/output by ExtUtils::Embed, I have some proposals > on changes