I know we can force a quiet mode from scons command option by doing the following
$ scons -Q
Now i would like to be able to forced that option inside the SConstruct file itself. I have been though all the documentation without finding anything. Do you have any clue on how to do it ?
No, it’s option is not supported.
List of supported options that can be set via SetOption(name, value) are:
and –recon;
So, you can get it but can’t set.