Compiler Option: -RR
 
Do not delete the asm file(s)

Syntax

-RR

Description

The -RR compiler option causes the asm file(s) that are generated during the compile process to not be deleted. Preprocessor macros are expanded in these files. Note that in case of -gen gcc the *.asm files produced by gcc are kept, instead of the *.c files.

See also