https://bugs.kde.org/show_bug.cgi?id=425162

tcanabr...@kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tcanabr...@kde.org

--- Comment #2 from tcanabr...@kde.org ---
Martin, konsole is not split into multiple .so files, there will not be a
performance hit. it's split into multiple static libraries, so it's easier to
understand the architecture, and each static library links directly to the
libkonsoleprivate.so

I just reverted the commit that broke the build, and that also was a bit of
facepalm moment for me:
currently the konsole architecture is broken, as there's a hard dependency on
SessionController -> TerminalDisplay, but there's also a hard dependency on
TerminalDisplay->SessionController. And this was the cause of the linkage
error.

For me, without those flags and gcc 10.1, it compiled fine, so that's the
reason I didn't realized sooner.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to