mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:58:06 +02:00
* Remove MMM after discussion on core
This commit is contained in:
parent
b5bccf7a77
commit
922457e5b5
@ -51,7 +51,6 @@ program pp;
|
|||||||
Other compiler switches
|
Other compiler switches
|
||||||
-----------------------------------------------------------------
|
-----------------------------------------------------------------
|
||||||
CMEM use cmem unit for better memory debugging
|
CMEM use cmem unit for better memory debugging
|
||||||
MMM use Mormot Memory Manager for faster memory management. x86_64 only.
|
|
||||||
=======
|
=======
|
||||||
DEBUG version with debug code is generated
|
DEBUG version with debug code is generated
|
||||||
EXTDEBUG some extra debug code is executed
|
EXTDEBUG some extra debug code is executed
|
||||||
@ -242,11 +241,6 @@ uses
|
|||||||
{$ifdef heaptrc}
|
{$ifdef heaptrc}
|
||||||
ppheap,
|
ppheap,
|
||||||
{$endif heaptrc}
|
{$endif heaptrc}
|
||||||
{$IFDEF CPUX86_64}
|
|
||||||
{$IFDEF MMM}
|
|
||||||
mormot.core.fpcx64mm,
|
|
||||||
{$ENDIF}
|
|
||||||
{$ENDIF}
|
|
||||||
{$ifdef cmem}
|
{$ifdef cmem}
|
||||||
cmem,
|
cmem,
|
||||||
{$endif cmem}
|
{$endif cmem}
|
||||||
|
Loading…
Reference in New Issue
Block a user