Closed edward-jones closed 4 years ago
If a user has enabled debug output from their compiler or linker then it is helpful for it to not be swallowed by the build system.
Alternatively perhaps this could depend on the presence of the --verbose flag?
--verbose
Hi @edward-jones
Thanks for this. There is a case for adding --verbose and --quiet switches to give greater control over the output. Recorded as issue #66 as a potential future enhancement.
--quiet
Jeremy
If a user has enabled debug output from their compiler or linker then it is helpful for it to not be swallowed by the build system.
Alternatively perhaps this could depend on the presence of the
--verbose
flag?