Choosing a Compiler Mode
 
 
 

The mode parameter indicates the compilation mode, which can be one of the following:

st

Standard build mode

lsm

Optimize and link indirectly

lsa

Optimize and link directly

The standard mode produces the smallest output file and is suitable for programs consisting of a single file.

The optimization options result in more efficient compiled files, which becomes important as your programs grow in size and complexity. The basic functions of optimization are as follows:

The VLISP project management feature allows you to tailor the optimization options to the specific needs of your application. See to learn more about choosing optimization options.