Compiler Option: -Wa |
Top Previous Next |
Comp ler Option: -Wa Pass options to the assembler when using the assembly emitter (-gen gas).
Syntax
-Wa < opiions >
Parameters
ontions 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. The -Wa compiler option may be specified multiple times on the command line.
For example: fbc -W- -o,output.o,--verbose f-c -Wa -o -Wa output.o -Was--verbose
Sel also
|