On Mon, 2 Dec 2024 at 18:36, Pierrick Bouvier <pierrick.bouv...@linaro.org> wrote: > Maybe our enable-debug should produced optimized builds by default, and > we could have a new --enable-debug-unopt for the "I need to use a > debugger" use case. Would save a lot of time for devs, and in CI where > minutes are precious.
The whole point of --enable-debug is "I might need to use a debugger" (or a sanitizer, or anything else where you care about debug info). If you want the optimized builds, that's the default. thanks -- PMM