diff options
| author | ruki <waruqi@gmail.com> | 2018-02-13 00:41:17 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-02-12 22:07:45 +0800 |
| commit | 7b800c95140da649f3fc50edee3e3cd2464c1dcd (patch) | |
| tree | c5c3de83196b19e5606324127bc746882fbaab54 /README.md | |
| parent | 52da3e9816edbbf3b400f956e98fd12756025f3b (diff) | |
| download | xmake-docs-7b800c95140da649f3fc50edee3e3cd2464c1dcd.tar.gz xmake-docs-7b800c95140da649f3fc50edee3e3cd2464c1dcd.zip | |
modify readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -254,7 +254,7 @@ hello`main: ## Project Examples -#### Executale Program +#### Executable Program ```lua target("test") @@ -673,8 +673,7 @@ If it fails again, please add `-v` or `--verbose` options to get more verbose in For exmaple: ```hash -$ xmake -v -$ xmake --verbose +$ xmake [-v|--verbose] ``` And add `--backtrace` to get the verbose backtrace info, then you can submit these infos to [issues](https://github.com/tboox/xmake/issues). @@ -683,6 +682,12 @@ And add `--backtrace` to get the verbose backtrace info, then you can submit the $ xmake -v --backtrace ``` +#### How to see verbose compiling warnings and arguments? + +```bash +$ xmake [-v|--verbose] +``` + ## Backers Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/xmake#backer)] |
