Compiler Option: -Wa
Documentation
Pass options to the assembler when using the assembly emitter (-gen gas).Syntax
-Wa < options >
Parameters
optionsAdditional options to pass to the assembler.
Description
The
For example:
-Wa compiler option passes additional options to GAS, the assembler. Options must be separated by commas only. The -Wa compiler option may be specified multiple times on the command line.For example:
fbc -Wa -o,output.o,--verbosefbc -Wa -o -Wa output.o -Wa --verboseSee also