mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 14:49:10 +02:00
* msdos: Enabled $HUGECODE for sysutils and classes to overcome 64K per unit code limit.
git-svn-id: trunk@46493 -
(cherry picked from commit 1b99279617
)
This commit is contained in:
parent
90df614486
commit
d8f9e840e9
@ -25,6 +25,7 @@
|
|||||||
{$else}
|
{$else}
|
||||||
{$fatal Unknown i8086 memory model.}
|
{$fatal Unknown i8086 memory model.}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$hugecode on}
|
||||||
|
|
||||||
unit Classes;
|
unit Classes;
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ interface
|
|||||||
{$H+}
|
{$H+}
|
||||||
{$modeswitch typehelpers}
|
{$modeswitch typehelpers}
|
||||||
{$modeswitch advancedrecords}
|
{$modeswitch advancedrecords}
|
||||||
|
{$hugecode on}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
{go32,}dos;
|
{go32,}dos;
|
||||||
|
Loading…
Reference in New Issue
Block a user