Produces an assembly listing with compiler comments, including options and version information.
None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -fverbose-asm
-fno-verbose-asm |
Windows: | None |
None
-fno-verbose-asm | No source code annotations appear in the assembly listing file, if one is produced. |
This option produces an assembly listing file with compiler comments, including options and version information.
To use this option, you must also specify -S, which sets -fverbose-asm.
If you do not want this default when you specify -S, specify -fno-verbose-asm.
None
S compiler option