mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 06:21:15 +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}
|
||||
{$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