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

little faster

git-svn-id: trunk@6165 -
This commit is contained in:
Jonas Maebe 2007-01-24 15:44:36 +00:00
parent c1df4454fe
commit 228943271f

View File

@ -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)