Changing CI builds to RelWithDebInfo from Debug

Nate Graham nate at kde.org
Wed Jul 29 14:51:17 BST 2026


On Wed, Jul 29, 2026 at 8:23 PM Igor Mironchik 
<igor.mironchik at gmail.com> wrote:
>     Hi. I did a local test on Linux with gcc version 15.3.0 (SUSE
>     Linux)  on my
>     project.
> 
>     The results:
> 
>     Debug
>                   build time:       03:14
>                   test time:         00:09
>                   space on disk: 833.3 MiB
> 
>     Release with -DECM_FORCE_ASSERTS=ON
>                   build time:       05:52
>                   test time:         00:09
>                   space on disk: 120.3 MiB


That's a huge increase in build time. I fear this will exacerbate our 
existing problem of CI resource contention.

Could we keep the debug builds and strip or throw away the unneeded 
debug symbols so they aren't taking up space on the builders?

Nate




More information about the kde-devel mailing list