有人能解释一下用于-vd命令的“brew”参数吗?例如,
brew install --build-from-source --with-python -vd protobuf谢谢。
发布于 2019-01-08 13:56:55
可以组合标志,因此-vd是-v和-d的缩写。查看Homebrew (https://docs.brew.sh/Manpage)的文档,我们可以看到,对于brew install,-v意味着详细,-d意味着调试。
https://stackoverflow.com/questions/54093281
复制相似问题