embench / embench-iot

The main Embench repository
https://www.embench.org/
GNU General Public License v3.0
259 stars 105 forks source link

Always log output from the compiler and linker #64

Closed edward-jones closed 4 years ago

edward-jones commented 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?

jeremybennett commented 4 years ago

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.

Jeremy