mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-03 19:48:12 +02:00
-gc or {$CHECKPOINTER ON} requires heaptrc unit loading even for units
git-svn-id: trunk@34261 -
This commit is contained in:
parent
0cb0bc3371
commit
3a9f2f55f4
@ -349,7 +349,9 @@ implementation
|
|||||||
AddUnit('fpextres')
|
AddUnit('fpextres')
|
||||||
else
|
else
|
||||||
AddUnit('fpintres');
|
AddUnit('fpintres');
|
||||||
end;
|
end
|
||||||
|
else if (cs_checkpointer in current_settings.localswitches) then
|
||||||
|
AddUnit('heaptrc');
|
||||||
{ Objpas unit? }
|
{ Objpas unit? }
|
||||||
if m_objpas in current_settings.modeswitches then
|
if m_objpas in current_settings.modeswitches then
|
||||||
AddUnit('objpas');
|
AddUnit('objpas');
|
||||||
|
Loading…
Reference in New Issue
Block a user