We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
In armcc user guide I learned that description of --debug and -g are quite similar. Is --debug option equivalent to -g option in armcc?
Hello: Essentially yes, this enables debug info to allow source level debug.
Note that with armcc, --debug (or -g) does not affect optimization level. With some compilers, -g implies minimal optimization (-O0).