Compiler Option: -a
Documentation
Add an object file to the linker's listSyntax
[ -a ] < object file >
Parameters
object fileName 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