|
@@ -69,7 +69,10 @@
|
|
|
|
|
|
// Activate GNUGETTEXT library
|
|
|
{$DEFINE USE_GNUGETTEXT}
|
|
|
-
|
|
|
+
|
|
|
+ // Activate usage of TPCTemporalFileStream instead of TBytes in order to minimize mem usage
|
|
|
+ // This also fixes issue #207 High memory usage on FreePascal compiler
|
|
|
+ {$DEFINE USE_BIGBLOCKS_MEM_ON_DISK}
|
|
|
|
|
|
{ ********************************************************************
|
|
|
Don't touch more code, it will addapt based on your preferences
|