Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpp_stl/{clang3.4,gcc4.8}: reduce Boost build output
`-d0` means "Suppress all informational messages", see https://www.boost.org/doc/libs/1_81_0/tools/build/doc/html/index.html#bbv2.overview.invocation.options Without this option, the build output is flooded with 15k `common.copy` messages like the following: ``` common.copy /usr/local/include/boost/wave.hpp common.copy /usr/local/include/boost/weak_ptr.hpp common.copy /usr/local/include/boost/version.hpp common.copy /usr/local/include/boost/visit_each.hpp (...) ``` ... which is not very useful.
- Loading branch information