Jonathan Riddell skrev den 2016-12-17 17:42:
Debian packagers seem to think that using build type to build
different products is wrong
https://lists.alioth.debian.org/pipermail/pkg-kde-talk/2016-December/002451.html
but it's hardly rare for packagers and coders to disagree.
Well, I sort of agree with debian, but there is a way, build with:
-DRELEASE_BUILD=true
and CMAKE_BUILD_TYPE is not considered.
Will notify packagers when we get there...
What's the status of releasing Calligra? It's been on download.kde
for 10 days now
Jonathan
On 12 December 2016 at 13:38, Jonathan Riddell <j...@jriddell.org> wrote:
On 12 December 2016 at 13:05, Boudewijn Rempt <b...@valdyas.org>
wrote:
Debug or RelWithDebInfo? Because plain Debug makes things pretty slow
and enables asserts, doesn't it?
Possibly I'm wrong and worrying about nothing. We actually set cmake
build type to Debian which is a custom type we inherit from Debian and
I don't remember what's different or where that's set
Jonathan