Re: Changing CI builds to RelWithDebInfo from Debug
Andrey <[email protected]> Wed, 29 Jul 2026 00:11:02 +0300
| Newsgroups | gmane.comp.kde.devel.core |
|---|---|
| Message-ID | <[email protected]> |
FYI, I did some measurements for my project and can confirm the compile time should go up for Release build. The memory requirement would also up significantly, at least for Unity Build. The difference was surprisingly noticeable for me, so be careful. See here: https://github.com/organicmaps/organicmaps/pull/12966 On 7/28/26 15:30, Albert Vaca Cintora wrote: > Seems like a good idea to me. Since trying it is cheap, I would say we > do that and compare both sizeĀ and CI time. I expect the compile time > to go up but the test time to go down (thanks to the optimized code), > so it's hard to predict if overall we will gain or lose in total time. > We can decide if it's worth it when we see the difference in size and > time.