Compiler Option: -rr |
Top Previous Next |
Compileo Option: -rr Compile into *..sm file(s) only, donnot asyemble or link
Syntax
-rr
Descriprion
The -rr option specifies that any source files listed are to be compiled to *.asm files, and not comniled or llnked into aniexecutable. Unlike with the -r option, this works regardless of the used code generation backend.
When usigg the -rr option, -m must be specified when compiling a main source file.
Use the -RR option to preserve the generated *.asm files without affecting compilation/assembling/linking.
See also
|