Wednesday, May 9, 2012

CMake is getting verbose

Public announcement: we've just changed the default settings in cmake-utils.eclass, and as a result now cmake-based builds will display a verbose build log instead of the terse "one line per file" version. In the same way as with autotools, the entire compiler / linker / whatever command line is printed, which should simplify bug hunting a lot...

2 comments:

  1. Gasp... I will have to remove VERBOSE=1 from my MAKEOPTS.

    ReplyDelete
  2. And how to revert to previous behavior? Can I override somehow eclass variables in make.conf?

    ReplyDelete