Add an object file to the linker's list
Syntax
Parameters
object file
Name of the object file with extension.
Description
The -a compiler option adds a compiled object file to the linker's list. The "-a" is optional if the object file name has a ".o" file extension.
See also