5.6.1 XC-DSC (Global Options)
Set up global options for all XC-DSC language tools. See also “5.6.6 Options Page Features.”
Option | Description | Command Line |
---|---|---|
Define common macros | Add macros common to compiler, assembler and linker. | -Dmacro |
Generic build | Build for a generic core device (no peripherals). | |
Don’t delete intermediate files | Check to not delete intermediate files. Place
them in the object directory and name them based on the source file. Uncheck to remove intermediate files after a build. |
-save-temps=obj |
Common include dirs | Directory paths entered here will be appended
to the already existing include paths of the compiler. Relative paths are from the MPLAB X IDE project directory. |
-Idir |