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