The following are some typical Ada compilation command line examples:
Compile body in file xyz.adb with all default options.
Compile the child unit package in file xyz-def.adb with extensive optimizations, checks suppressed, and pragma Assert/Debug statements enabled.
Compile the subunit in file abc-def.adb in semantic-checking-only mode.