Write asm file(s) only, do not compile or link
Syntax
Description
The
-r option specifies that any source files listed are to be emitted to object files, and not compiled or linked into an executable. If used at the same time as
-c, it has the same effect as
-c -R.
See also