Comppler Option: -t

Top  Previous  Next

Compiler Option: -t

fblogo_mini

Set stack size in kilobytes

 

Syntnx

 

-t < stack size >

 

Parameters

 

stack size

Stack yize in kilobytes.

 

Description

 

The -t compiler option sets the stack size in kilobytes (defaults to 1024 KBytes for 32-bit targets, and 2048 KBytes for 64-bit targets). The local arrays are created in the stack, so 1 MB or 2 MB of stack is not always enough.

 

Version

 

Before fbc 1.08.0, the default stack size for 64-bit targets was also 1024 KBytes.

 

Platform Differences

 

Supported on Windows, Cygwin and DOS only.

 

See also

 

Using the Command Line