* msdos: Enabled $HUGECODE for sysutils and classes to overcome 64K per unit code limit.

git-svn-id: trunk@46493 -
This commit is contained in:
yury 2020-08-19 10:49:40 +00:00
parent 9d41a435c2
commit 1b99279617
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
{$else}
{$fatal Unknown i8086 memory model.}
{$endif}
{$hugecode on}
unit Classes;

View File

@ -25,6 +25,7 @@ interface
{$H+}
{$modeswitch typehelpers}
{$modeswitch advancedrecords}
{$hugecode on}
uses
{go32,}dos;