#41142: cmake portgroup changes cause build failures ---------------------------+-------------------------- Reporter: ryandesign@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: fixed | Keywords: Port: | ---------------------------+-------------------------- Comment (by florian@…): CMake's debug flags do not include optimization at all. With the cmake portgroup we get -Os. But debug symbols with optimization are not helpful (see comment:4:ticket:41203). Btw, CMake's default release flags are `-O3 -DNDEBUG` and not `-Os -DNDEBUG`. AFAIK, `-Os` equals `-O2` plus extra code size reduction. -- Ticket URL: <https://trac.macports.org/ticket/41142#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X