Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
gcc-15 in Debian is accidentally compiled with
--enable-checking=yes,extra,rtl - these are options for gcc developers,
they shouldn't be used for releases because they slow down compilation
and make gcc consume more memory.
* What exactly did you do (or not do) that was effective (or
ineffective)?
I compiled Ajla with gcc-15 from Debian - and then with gcc-15 built from
sources.
* What was the outcome of this action?
gcc-15 from Debian consumes 30% more memory and is approximatelly 70%
slower than gcc-15 built from sources (on arm64).
* What outcome did you expect instead?
gcc-15 should be compiled with --enable-checking=release or
--enable-checking=none to reduce compile time and memory consumption.
*** End of the template - remove these template lines ***