On Tue, 18 Jun 2002, Stas Bekman wrote:

> 1)
> with bleadperl 17278 on linux I get loads of:
> WARNING: LDDLFLAGS is not a known parameter.
> 
> a new MakeMaker issue?

argh, yes.  please report to p5p.
 
> ---
> 
> 2)
> with MP_DEBUG=1 and
> % perl5.8.0 -V:ccflags -V:optimize
> ccflags='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing 
> -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -I/usr/include/gdbm';
> optimize='-g';
> 
> I wasn't getting -g in CCOPTS, I've tried to fix it, not sure if this
> breaks other things. also started using perl_config_optimize(), which 
> wasn't used before, but apparently designed for this need.

i don't see this problem.  i will look at your patch a bit more later.
 
> finally would it make any easier to debug if we add -O0 with
> -MP_DEBUG=1?

i don't think we should add anything, but perhaps leave out 
$Config{optimize} if it =~ /-O\d/ 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to