How to configure build output toolview

Milian Wolff mail at milianw.de
Sun Nov 25 16:32:34 GMT 2012


On Sunday 25 November 2012 16:21:36 Pradeep K. Shima wrote:
> The build output tool view only shows the files being compiled.
> How I can choose the verbosity of output ? How can I say, for example, that
> I want raw output of the make command ?
> 
> This used to be possible in Kdevelop 3 I guess.

KDevelop just runs make and does not filter it. You probably use a make file 
generator like e.g. CMake, no? Then, you probably want the output of "make 
VERBOSE=1"? Try to add that (i.e. "VERBOSE=1") as an additional make option in 
configure project -> make.

Cheers
-- 
Milian Wolff
mail at milianw.de
http://milianw.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20121125/0059a307/attachment.sig>


More information about the KDevelop mailing list