| |||
| Home > Compiler Command-line Options > Command-line options > --ignore_missing_headers | |||
This option instructs the compiler to print dependency lines
for header files even if the header files are missing. It only takes
effect when dependency generation options (--md or -M)
are specified.
Warning and error messages on missing header files are suppressed, and compilation continues.
This option is used for automatically updating makefiles.
It is analogous to the GCC -MG command-line option.