"Robert Shearman" rob@codeweavers.com wrote:
How many developers need to see the command line being passed to gcc? I would argue that it would be more useful if there was a short "[CC] regsvr.c" rather than the multi-line output there is now which makes warnings more difficult to spot.
It's always helpful to see full command lines especially after configure or makefile changes. Personally I usually do 'make 2>build.log' if I want to see warnings or errors.