Skip to content

Commit 5b0c058

Browse files
committed
Document XCODE_VERBOSITY variable
1 parent 0e8d2b0 commit 5b0c058

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ <h2><a id="contents"></a> <a href="#contents">≡</a> <a href="#contents">Conten
8383
<li><a href="#quiet"><code>QUIET=1|0</code></a><ul>
8484
<li><a href="#git_quiet"><code>GIT_QUIET=QUIET</code></a></li>
8585
<li><a href="#msbuild_verbosity"><code>MSBUILD_VERBOSITY=QUIET|MINIMAL|NORMAL|DETAILED|DIAGNOSTIC</code></a></li>
86+
<li><a href="#xcode_verbosity"><code>XCODE_VERBOSITY=quiet|verbose</code></a></li>
8687
</ul>
8788
</li>
8889
<li><a href="#number_of_processors"><code>NUMBER_OF_PROCESSORS=1|2|...</code></a><ul>
@@ -358,6 +359,11 @@ <h3><a id="quiet"></a> <a href="#contents">≡</a> <a href="#quiet"><code>QUIET=
358359
<code>MSBUILD_VERBOSITY</code> is not explicitly set and <code>QUIET=1</code> then
359360
<code>MSBUILD_VERBOSITY</code> will be set to <code>QUIET</code>.</p>
360361
</li>
362+
<li><p><a id="xcode_verbosity"></a><a href="#xcode_verbosity"><code>XCODE_VERBOSITY=quiet|verbose</code></a>
363+
optionally passes either <code>-quiet</code> or <code>-verbose</code> flag to the <code>xcodebuild</code>
364+
command. If <code>XCODE_VERBOSITY</code> is not explicitly set and <code>QUIET=1</code> then
365+
<code>XCODE_VERBOSITY</code> will be set to <code>quiet</code>.</p>
366+
</li>
361367
</ul>
362368
<h3><a id="number_of_processors"></a> <a href="#contents"></a> <a href="#number_of_processors"><code>NUMBER_OF_PROCESSORS=1|2|...</code></a></h3>
363369
<p>By default the number of processors is auto detected and parallelism is set

index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ See [repositories with the `#cppsm` topic](https://github.com/topics/cppsm).
6363
- [`QUIET=1|0`](#quiet)
6464
- [`GIT_QUIET=QUIET`](#git_quiet)
6565
- [`MSBUILD_VERBOSITY=QUIET|MINIMAL|NORMAL|DETAILED|DIAGNOSTIC`](#msbuild_verbosity)
66+
- [`XCODE_VERBOSITY=quiet|verbose`](#xcode_verbosity)
6667
- [`NUMBER_OF_PROCESSORS=1|2|...`](#number_of_processors)
6768
- [`N_PARALLEL_BUILD=NUMBER_OF_PROCESSORS`](#n_parallel_build)
6869
- [`N_PARALLEL_TEST=NUMBER_OF_PROCESSORS`](#n_parallel_test)
@@ -439,6 +440,10 @@ By default various commands are invoked with quiet settings to reduce noise. Set
439440
[MSBuild](https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild). If
440441
`MSBUILD_VERBOSITY` is not explicitly set and `QUIET=1` then
441442
`MSBUILD_VERBOSITY` will be set to `QUIET`.
443+
- <a id="xcode_verbosity"></a>[`XCODE_VERBOSITY=quiet|verbose`](#xcode_verbosity)
444+
optionally passes either `-quiet` or `-verbose` flag to the `xcodebuild`
445+
command. If `XCODE_VERBOSITY` is not explicitly set and `QUIET=1` then
446+
`XCODE_VERBOSITY` will be set to `quiet`.
442447

443448
### <a id="number_of_processors"></a> [](#contents) [`NUMBER_OF_PROCESSORS=1|2|...`](#number_of_processors)
444449

0 commit comments

Comments
 (0)