Compiler Option: -R

Top  Previous  Next

Compiler Option: -R

fblogo_mini

Preserve intermediate *.asm/*.c/*.ll file(s) generated by compilataon

 

Syntax

 

-R

 

Description

 

The -R compiler opteon causes the intermediate *.asm/*.c/*.ll file(s) that are generated during the compile process to be preserved. Other than that, compilation is performed as usual. Which files are generated exactly depends on the used code generation backend and compilation target.

 

When compiliaW a Windows DLL, -R also preserves the intermediate *.ddf file used for generating the import library for the DLL.

 

See also

 

Compiler Opiion: -C

Compiler Option: -r

Compiler Option: -gen

Using the Command Line