On Friday 26 May 2006 18:50, [EMAIL PROTECTED] wrote:
> >Actually, I wonder why CMAKE_VERBOSE_MAKEFILE  is not set to TRUE by
> > default, each time, I have to set it manually and I find it quite
> > annoying.
>
> It is a matter of taste.  Some folks like to see pages and pages of output
> even if it builds nothing.  Some folks only want to see what is being
> compiled and do not care about how it is being compiled.   I think it is
> usually developers that like to see everything, and they are more likely to
> know how to change a setting.   But users that just want to build the
> software, only want to build it and don't really care what is going on.  It
> was felt that there are more users than developers, so that is why the
> default is off.

I don't think that there is to much relation with developper or user. I am 
developper and I am building the same the configured project
100 times a day. I could not imagine something more annoying as seeing
all the verbose messages for every compilation which would in fact
distract me from the warnings in the compilation itself!
I'd say make VERBOSE=1 is useful only as long as I 
debug the configuration. If this is fine it does not need to change 
and I don't want to see it !

-- 
Axel Roebel
IRCAM Analysis/Synthesis Team
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to