mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 15:50:29 +02:00
* increased AsmOutSize from 32kb to 128kb, makes external assembling a
little faster git-svn-id: trunk@6165 -
This commit is contained in:
parent
c1df4454fe
commit
228943271f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user