8.3.1.1 General
- Target Device
It shows device-specific options like core information(-mcpu). This flag is passed during the compilation, linking, and assembler step.
- Default Include Paths
It lists all the default compiler and DFP include directories to be used by the build process.
- Relax Branches
-mrelax
This option controls the optimization of the long form of call and jump instructions, which are always output by the code generator into shorter and/or faster relative calls and jumps at link-time.