You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2022/12/05 04:05:27 UTC

[GitHub] [buildstream-plugins] gtristan opened a new pull request, #42: meson, cmake: Ensure verbosity

gtristan opened a new pull request, #42:
URL: https://github.com/apache/buildstream-plugins/pull/42

     o cmake: The `V=1` environment variable only works when running make,
       and the `VERBOSE=1` environment also only works with make, in order
       to ensure commands are printed in the logs with either make or ninja
       we need to set -DCMAKE_VERBOSE_MAKEFILE=ON.
   
     o meson: In order ensure we get verbosity with ninja we need to
       pass it the `-v` command line option.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [buildstream-plugins] gtristan merged pull request #42: meson, cmake: Ensure verbosity

Posted by GitBox <gi...@apache.org>.
gtristan merged PR #42:
URL: https://github.com/apache/buildstream-plugins/pull/42


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org