Compiler Option: -Wa

FreeBASIC

Compiler Option: -Wa
 
Pass options to the assembler when using the assembly emitter (-gen gas), the default.

Syntax

-Wa < options >

Parameters

options
Additional options to pass to the assembler.

Description

The -Wa compiler option passes additional options to GAS, the assembler. Options must be separated by commas only.
For example:
fbc -Wa -o,output.o,--verbose

See also