To see call stacks in DS-5 Streamline we need to compile code with option -fno-omit-frame-pointer. This option is there for gcc. Is there an equivalent option for clang also?
Our build system uses clang to compile code. I tried setting the optimization level to 0. (-O0 ). But still I am not able to see the call stacks in Streamline.
View all questions in Arm Development Studio forum