Debugging

See the Debugging section for more information.

Option

Description

Default

-DD
 

Compiles debug statements indicated by a D or a d in column 1; if this option is not set these lines are treated as comments

OFF

-DX
 

Compiles debug statements indicated by a X (not an x) in column 1; if this option is not set these lines are treated as comments.

OFF

-DY
 

Compiles debug statements indicated by a Y (not a y) in column 1; if this option is not set these lines are treated as comments.

OFF

-inline_debug
_info

Keeps the source position of inline code instead of assigning the call-site source position to inlined code.

OFF

-g

Produces symbolic debug information in the object file.

OFF

-y, -syntax

Both perform syntax check only.

OFF