Gentoo Archives: gentoo-dev

From: hasufell <hasufell@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] cmake-utils.eclass: set default of CMAKE_VERBOSE=1
Date: Fri, 04 May 2012 16:31:40
Message-Id: 4FA40412.7060600@gentoo.org
1 # @ECLASS-VARIABLE: CMAKE_VERBOSE
2 # @DESCRIPTION:
3 # Set to enable verbose messages during compilation.
4
5 By default this is deactivated which is inconvenient imo and results in
6 pastes having minimum information.
7 I have to tell users every time to recompile with CMAKE_VERBOSE=1 so
8 that I have proper information on what is going on.
9
10 Are there any arguments against this being default?

Replies