编译器选项: -Wa
默认情况下,使用汇编发射器(-gen gas)时将汇编程序传递给汇编程序。
语法
-Wa
<
options
>
参数
options
传递给汇编器的附加选项。
说明
-Wa
编译器选项将其他选项传递给汇编程序GAS。选项必须用逗号分隔。
例如:
fbc -Wa -o,output.o,--verbose
参考
编译器选项: -gen
编译器选项: -Wc
编译器选项: -Wl
Using the Command Line