Техническая Спецификация для Microchip Technology SW006023-3N

Скачать
Страница из 238
MPLAB
®
 XC32 C/C++ Compiler User’s Guide
DS51686E-page 80
 2012 Microchip Technology Inc.
-nostdinc
Do not search the standard system directories for header files. Only 
the directories you have specified with -I options (and the current 
directory, if appropriate) are searched. (See Section 3.9.11 “Options 
for Directory Search”
) for 
information on -I. 
By using both -nostdinc and -I-, the include-file search path can 
be limited to only those directories explicitly specified.
-P
Tell the preprocessor not to generate #line directives. Used with the 
-E
-trigraphs
Support ANSI C trigraphs. The -ansi option also has this effect.
-Umacro
Undefine macro macro. -U options are evaluated after all -D options, 
but before any -include and -imacros options.
-undef
Do not predefine any nonstandard macros (including architecture 
flags).
TABLE 3-14:
PREPROCESSOR OPTIONS (CONTINUED)
Option
Definition