aMule Forum

English => Compilation problems => Topic started by: YuGiOhJCJ on January 11, 2017, 01:06:12 AM

Title: A verbose building?
Post by: YuGiOhJCJ on January 11, 2017, 01:06:12 AM
Hello,

I am trying to have a verbose building for aMule 2.3.2.
I mean that instead of printing:
Code: [Select]
Compiling FileFunctions.cppI would like to see something like that:
Code: [Select]
g++ [...] FileFunctions.cpp [...]I have already tested the usual "make V=1" and "make VERBOSE=1" commands but they do nothing more.
I see the "--enable-silent-rules"  and "--disable-silent-rules" configuration options but they do nothing more too.

Can you help me to have a verbose building please?

Thank you.
Best regards.
Title: Re: A verbose building?
Post by: Vollstrecker on January 12, 2017, 11:38:39 AM
 --with-denoise-level=0 is the option you're looking for. It's in configure, make-step is too late.
Title: Re: A verbose building?
Post by: YuGiOhJCJ on January 13, 2017, 03:53:37 AM
That's it thank you  ;)