‑‑no_call_frame_info
In this section:
Syntax
‑‑no_call_frame_info Description
Normally, the compiler always generates call frame information in the output, to enable the debugger to display the call stack even in code from modules with no debug information. Use this option to disable the generation of call frame information.
See also
Caution
To set this option, use Project>Options>C/C++ Compiler>Extra Options.