This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What is the equivalent of GCC's -backtrace with ACFL?

I am trying to use Arm Compiler for Linux (version 22.1.0) instead of GCC (version 11.2.0) and I struggle to find the equivalent of GCC's compiler options, in particular -fbacktrace (but also -fcheck=bounds -ffpe-trap=invalid,zero,overflow, etc.)

Do such options exist?