 |
Invoking ld-tigcc and ar-tigcc |
The TIGCC linker is available in two forms: As a standalone command line
program or as a dynamic link library (DLL). TIGCC uses the DLL version for
improved speed and to avoid maintainance problems, but experienced
programmers might want to use the command line version in some cases because
it is a little more advanced.
In the IDE, linker options can be set in the
project settings. The tigcc
command line compiler accepts most
of the options of ld-tigcc
and passes them to the linker.