Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: change the build to be verbose by default
Previously CI would use a non-verbose build (where exact compilation and linking commands are not visible) and only if it fails, would rerun the build in verbose mode. Change this to use verbose in the initial build as well for two reasons: 1. It is useful to be able to see the exact compilation and linking commands even for successful builds, to e.g. confirm some particular flags are (not) used as expected. 2. In failed builds, if the failure is during linking, the repeated verbose build may not show a single compilation command because all files are already compiled, so compilation flags will remain hidden.
- Loading branch information