Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
authorSteve Hay <SteveHay@planit.com>
Fri, 7 Jan 2005 17:25:35 +0000 (17:25 +0000)
committerSteve Hay <SteveHay@planit.com>
Fri, 7 Jan 2005 17:25:35 +0000 (17:25 +0000)
commitc800dd8b9ba671358c30dfe5fbe83d3b44273fab
tree457d5f493d7c386b5b13d736c05469a594a139ec
parent09e96b99c215ed417c37d0d188dd576c5464c72a
Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
and force PERL_MALLOC off if USE_IMP_SYS is on

This brings makefile.mk into line with Makefile in this regard

(PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
so it is sensible to enforce this, and to not have the default set
to a configuration that isn't allowed)

p4raw-id: //depot/perl@23769
win32/makefile.mk