| |||
| Home > Compiler Command-line Options > --implicit_include_searches, --no_implicit_include_searches | |||
This option controls how the compiler searches for implicit include files for templates in C++.
When the option --implicit_include_searches is
selected, the compiler uses the search path to look for implicit
include files based on partial names of the form .
The search path is determined by filename.*-I, -J,
the ARMCC environment
variable and the nINCARMINC environment variable. The
search path also includes the default ../include directory
if -J, ARMCC,
and nINCARMINC are not set.
When the option --no_implicit_include_searches is
selected, the compiler looks for implicit include files based on
the full names of files, including path names.
Compiler command-line options and search paths in Using the Compiler
Toolchain environment variables in Introducing the ARM Compiler toolchain.