To enable debugging for a component, you must build it with the FREMOTEDEB macro set to ON. When this macro is set in the paths file, it enables debugging information to be generated for all components.
host% grep -i FREMOTEDEB Paths host% echo 'FREMOTEDEB=ON' >> Paths host% grep -i FREMOTEDEB Paths FREMOTEDEB=ON host% make make-target host% make |
Components built with FREMOTEDEB=ON include debugging information and are therefore larger than components with FREMOTEDEB=OFF.