aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: A verbose building?  (Read 5220 times)

YuGiOhJCJ

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
    • YuGiOhJCJ
A verbose building?
« 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.
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1546
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: A verbose building?
« Reply #1 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.
Logged
Homefucking is killing prostitution

YuGiOhJCJ

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
    • YuGiOhJCJ
Re: A verbose building?
« Reply #2 on: January 13, 2017, 03:53:37 AM »

That's it thank you  ;)
Logged