瀏覽代碼

* use packenum 1 to save some memory

peter 23 年之前
父節點
當前提交
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}