This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSTUDIO-SAFETY: CCS IDE v8.3.1] default compiler options are applied when compiling?

Part Number: CCSTUDIO-SAFETY

Hi, everyone.

Device: RM44L520, CCS v8.3.1, Compiler v18.1.8.LTS

Purpose: Options (use case for tool qualification) selection

Question:

1. Among the options defined as default in the compiler options, are the options not displayed in the flags set applied at compile time? 

Example, default of --symdebug:dwarf_version is 3 by user guide, but is not specifies separately in build option, and is not displayed in "Summary of flags set".

In this case, default options is applied when compiling? (-g option is used)

The other options that not shown in the (Compiler option summary) window (e.g. --c89, --float_operations_allowed=all, --relaxed_ansi, --opt_for_speed=1, etc) operates as default value? 

2. Currently, we are checking compiler options according to the ToolDefinition document for ARM CGT v18.1.8.LTS tool qualification.

I want to organize the compiler options for coverage analysis request. When sending compiler option information along with coverage files, do I need to send default option information above as well?

Regards.