OUTPUT
None
None
None
None
None
The compiler generates debug information by default. When this option is used, the compiler does not generate debug information.
Note: To generate an application without debug information in ELF, the linker provides an option to strip the debug information. By calling the linker twice, you can generate two versions of the application: one with and one without debug information. This compiler option has to be used only if object files or libraries are to be distributed without debug info.
Note: This option does not affect the generated code. Only the debug information is excluded.
Compiler options: