Skip to content

Compiler Option: -a


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

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft