Tool Performance

CodeWarrior compilers can "precompile" a header file to speed up translation of source code. Precompiling a header file that is included often in other source files will reduce the time the compiler uses to translate source code.

Some options for CodeWarrior compilers and linkers affect how much time these tools use. By managing these options so that they are used only when they are needed, you can reduce the time needed to build your software.