|
| NOAMAKE Compiler Directive| Abbreviation | | NOAM | | Arguments | | None. | | Default | | AutoMAKE information is generated. | | µVision | | This directive may not be used with µVision. | | Description | | The NOAMAKE directive disables AutoMAKE project information records produced by the Compiler. Use this directive to generate object files to use with older versions of the development tool chain and emulators that do not support all of the Keil object module extensions. Note - The NOAMAKE directive excludes certain information from the object module that is required for global register optimization. When this directive is used, global register optimization is not possible.
| | See Also | | REGFILE | | Example | |
C51 SAMPLE.C NOAMAKE
#pragma NOAM
|
Related Knowledgebase Articles |
|