AARM User's Guide

Discontinued

NODEBUG Assembler Directive

Abbreviation

NODB

Arguments

None.

Default

Debug information is not included in the object file.

µVision

Options — Output — Debug Information.

Description

The NODEBUG directive specifies that no symbolic or line number information is included in the object file.

You may wish to use this directive to ensure source-level information is excluded from object modules you provide to other parties (to reduce the risk of reverse-enginering).

See Also

DEBUG, NOLINES

Example
AA SAMPLE.ASM NODEBUG

$NODB