This option generates symbolic debug information for release or debug builds, independent of the compiler optimization level.
By default, the build system generates symbolic debug information only for the debug builds. With this option, the generation of symbolic debug information is extended to release builds to support debugging of release binaries on ARM ABI compliant platforms.
The option instructs the makmake
tool to generate symbolic
debug information for UREL
or UDEB
variants.
Note that the option is applicable to the build
and
makefile
commands only.
Also note that this option cannot be used with the -no_debug option.