https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206679
Raphael Kubo da Costa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+ |eeBSD.org) | --- Comment #1 from Raphael Kubo da Costa <[email protected]> --- It's running out of memory because you're linking a debug version of WebKit. Doing that requires quite a lot of resources. With that said, it looks like this is the opposite of what you want when you did WITH_DEBUG=. Since bsd.qt.mk does `if defined(WITH_DEBUG)' it will build a debug version instead of the default release one. Is there a reason for setting WITH_DEBUG like that instead of just not setting it at all? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
