--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 filename.*. The search path is determined by -I, -J, the ARMCCnINC environment variable and the ARMINC environment variable. The search path also includes the default ../include directory if -J, ARMCCnINC, and ARMINC 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.

Show/hideMode

This option is effective only if the source language is C++.

Show/hideDefault

The default is --no_implicit_include_searches.

Show/hideSee also

Copyright © 2010-2011 ARM. All rights reserved.ARM DUI 0491F
Non-ConfidentialID091611