 | L166 User's Guide |  |
|
|
| NOSYMBOLS Linker Directive| Abbreviation | NOSY | | Arguments | None. | | Default | Local symbol information is included in the listing file and output file. | | µVision | | | Description | The NOSYMBOLS directive excludes debug information for local symbols (from the input files) from the listing file and output file. Local symbol information is used by emulators or the µVision Debugger to calculate and display values of local objects. Local symbol information is required only for program debugging and has no influence on the executable code. | | See Also | NOCOMMENTS, NOLINES, NOPUBLICS, NOTYPE, OBJECTCONTROLS, PRINTCONTROLS, PURGE | | Example |
L166 file1.obj NOSYMBOLS
|
|
|