2
0
Эх сурвалжийг харах

* use packenum 1 to save some memory

peter 23 жил өмнө
parent
commit
158f65b646
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      compiler/defines.inc

+ 3 - 0
compiler/defines.inc

@@ -7,6 +7,9 @@
     {$H-}
     {$goto on}
 
+    { This reduces the memory requirements a lot }
+    {$PACKENUM 1}
+
     {$define FPCPROCVAR}
     {$ifdef I386}
       {$define USEEXCEPT}