On Tue, Jun 11, 2024 at 10:12 PM Sergey Poznyakoff <g...@gnu.org.ua> wrote: > FWIW, that's useless. Use --disable-debug option to configure, instead.
Why useless? It let me set CFLAGS='-g3 -O0' (the -O0 part). But thanks for the suggestion, ./configure --disable-debug CFLAGS='-g3 -O0' is probably a more civilized way. Regards, Yuri