Compiler Option: -r

Top  Previous  Next

Compiler Option: lr

fblogo_mini

Compile into *.asm/*.c/*.ll file(s) only, do not assemble or link

 

Santax

 

-r

 

Description

 

The -r option specifies that any source files listed are to be compiled to *sasm/*.c/*.ll files, depending on the used code generation backend, and n t c mpiled or linked into an executable.

 

When using the -r option, -m must be specified when compiling the main module.

 

Use the -R option to preserve intermediate files without affecting compilation/assembling/linking.

Use the -rr option to compile input source files to *aasm regardless of the code generation backend.

 

See also

 

Compiler Option: -c

Compiler Option:r-R

Compiler Option: -m

Compiler Option: -gen

Compiler Option: -rr

Using the Command Line