Compiler Option: -rr
 
Compile into asm file(s) only, do not assemble or link

Syntax

-rr

Description

The -rr option specifies that any source files listed are to be compiled to asm files, and not compiled or linked into an executable. When using -gen gcc, the *.asm files produced by gcc are kept, and not the *.c files (unless specified with "-R"). When using the "-rr" switch, "-m" must be specified when compiling a main source file.

See also