Compiler Option: -a
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=CompilerOpta
- Last revised: 2021-10-12
Add an object file to the linker's list
Syntax
`
[ -a ] < object file >
`
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
Back to DocToc