#46239: qca and qca-ossl adaptations to qt4-mac +concurrent ---------------------------+------------------------- Reporter: rjvbertin@… | Owner: michaelld@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: haspatch Port: qca qca-ossl | ---------------------------+------------------------- Comment (by rjvbertin@…): On a more general note, re: the comments on Debug builds. Qt's debug+release frameworks builds really seem geared towards people who do development on Qt itself. They're very cumbersome to use for debugging dependent software in my experience (I couldn't get dyld to load all _debug framework "payloads") and is just about as viral as +universal in that it causes all dependents to build that way. This is not related to the issue at hand, but just how many MacPorts users have a need to do full source-level debugging of Qt code? I know only one -- me O:-), and I simply use a release build with debug info. That's good enough; I can step through the code and then decide where I have to add qDebug() calls to inspect C++ variables. I don't think that a full debug build would make it easier to understand what's going on in code that makes such extensive use of class instances which are almost impossible to inspect in a debugger (that's not gdb). -- Ticket URL: <https://trac.macports.org/ticket/46239#comment:23> MacPorts <https://www.macports.org/> Ports system for OS X