瀏覽代碼

* increased AsmOutSize from 32kb to 128kb, makes external assembling a
little faster

git-svn-id: trunk@6165 -

Jonas Maebe 18 年之前
父節點
當前提交
228943271f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/assemble.pas

+ 1 - 1
compiler/assemble.pas

@@ -39,7 +39,7 @@ interface
        { maximum of aasmoutput lists there will be }
        maxoutputlists = 20;
        { buffer size for writing the .s file }
-       AsmOutSize=32768;
+       AsmOutSize=32768*4;
 
     type
       TAssembler=class(TAbstractAssembler)