 | L166 User's Guide |  |
|
|
| PURGE Linker Directive| Abbreviation | PU | | Arguments | None. | | Default | Complete debug information is included in the listing file and output file. | | µVision | Options — L166 Misc — Misc Controls. | | Description | The PURGE directive excludes all debug information from the listing file and the output object file. This directive has the same effect as specifying the NOCOMMENTS, NOLINES, NOPUBLICS, and NOSYMBOLS directives. Debug information is only required for program debugging and has no influence on the executable code. | | See Also | NOCOMMENTS, NOLINES, NOPUBLICS, NOSYMBOLS, OBJECTCONTROLS, PRINTCONTROLS | | Example |
L166 file1.obj PURGE
|
|
|