4.7.1.2.2 XC8 Compiler - Optimizations options

Note that some of the compiler options specified by fields in other Project Property Categories can affect the size and execution speed of your project. Consider using the Compiler Advisor, accessible via the MPLAB X IDE
menu item, to compare the size of your project when built with different combination of compiler options.- Optimization level
- This selector controls the level to which programs are optimized. See Options for Controlling Optimization.
- Assembly files
- This checkbox allows optimization of assembly source files. See Asmfile Option.
- Debug
- This checkbox inhibits aggressive optimization that can impact on the debugability of code. See Og: Better Debugging Option.
- Local code generation
- This checkbox limits the extent to which some optimizations are applied to the program. See Local Option.
- Address qualifiers
- This selector controls the compiler’s response to non-standard memory qualifiers in C source code. See Addrqual Option.