disabling debugger-related things on OS X?

Aetf 7437103 at gmail.com
Fri Jun 3 15:18:53 UTC 2016


Hi,

I don't think there's any quick switch for cmake that you can set to skip
it. But you can use the same way as we currently skipping windows build. In
debuggers/CMakeLists.txt:

if (NOT WIN32 AND NOT APPLE)
# ...
endif()

Cheers,
Aetf

On Fri, Jun 3, 2016 at 7:10 AM René J.V. <rjvbertin at gmail.com> wrote:

> Hi,
>
> Quick question: what would one have to do to skip building of everything
> related to integrated (source-level) debugging on OS X (and other
> platforms) where gdb doesn't work? Would this reduce build time
> significantly, at least until proper lldb support is implemented?
>
> Main reason for asking is mostly the fact that the debugger toolbar has
> developed an annoying habit of making itself visible at random times,
> though evidently a reduction of the build time and non-installation of
> unusable components are always welcome.
>
> R.
> _______________________________________________
> KDevelop-devel mailing list
> KDevelop-devel at kde.org
> https://mail.kde.org/mailman/listinfo/kdevelop-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20160603/1c6e7bc3/attachment.html>


More information about the KDevelop-devel mailing list