未验证 提交 9a3e8667 编写于 作者: S SingleAccretion 提交者: GitHub

Make it clear the subset flag can be omitted (#47691)

* Make it clear the subset flag can be omitted

* Just mention that the subset flag can be implicit
上级 a7115254
......@@ -11,6 +11,7 @@ For Windows:
```
build.cmd -subset clr
```
Specifying `-subset` explicitly is not necessary if it is the first argument: `./build -subset clr` and `./build clr` are equivalent.
By default, build generates a 'debug' build type, that includes asserts and is easier for some people to debug. If you want to make performance measurements, or just want tests to execute more quickly, you can also build the 'release' version (which does not have these checks) by adding the flag `-configuration release` (or `-c release`), for example:
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册