Tells the compiler to generate the assembler output file using a selected dialect.
Linux: | -masm=dialect |
Windows: | None |
dialect |
Is the dialect to use for the assembler output file. Possible values are:
|
-masm=att |
The compiler generates the assembler output file using AT&T* syntax. |
This option tells the compiler to generate the assembler output file using a selected dialect.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation. Offloading can only be enabled when using ifx.
None