mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 17:59:27 +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')
|
||||
else
|
||||
AddUnit('fpintres');
|
||||
end;
|
||||
end
|
||||
else if (cs_checkpointer in current_settings.localswitches) then
|
||||
AddUnit('heaptrc');
|
||||
{ Objpas unit? }
|
||||
if m_objpas in current_settings.modeswitches then
|
||||
AddUnit('objpas');
|
||||
|
Loading…
Reference in New Issue
Block a user