FunctionSize = n

 

FunctionSize allows you to set the size of the global user-defined function list (in characters). The default is 128K; you should only need to change this if you have an exceptionally large function list or if you want to minimize TCC's memory footprint.

 

You do not need to set the function list size if you're using local lists -- TCC will automatically resize the function list as needed.