The build tools determine their settings by IDE settings and directives in source code.
The CodeWarrior compiler follows these steps to determine the settings to apply to each file that the compiler translates under the IDE:
The compiler applies pragma directives and updates their settings as pragmas directives are encountered in this source code.
The compiler applies pragma directives and updates their settings as pragmas are encountered.