Compiler Option: -R |
Top Previous Next |
Compiler Option: -R 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
|