diff options
Diffstat (limited to 'zh/README.md')
| -rw-r--r-- | zh/README.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/zh/README.md b/zh/README.md index 43ac6a8e..2a2ef95d 100644 --- a/zh/README.md +++ b/zh/README.md @@ -728,8 +728,7 @@ $ xmake 例如: ```hash -$ xmake -v -$ xmake --verbose +$ xmake [-v|--verbose] ``` 并且可以加上 `--backtrace` 选项获取出错时的xmake的调试栈信息, 然后你可以提交这些信息到[issues](https://github.com/tboox/xmake/issues). @@ -738,6 +737,14 @@ $ xmake --verbose $ xmake -v --backtrace ``` +#### 怎样看实时编译警告和详细的编译参数? + +加上`-v`选项启用详细输出就行了。 + +```bash +$ xmake [-v|--verbose] +``` + ## 支持项目 xmake项目属于个人开源项目,它的发展需要您的帮助,如果您愿意支持xmake项目的开发,欢迎为其捐赠,支持它的发展。 🙏 [[支持此项目](https://opencollective.com/xmake#backer)] |
