Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions doc/manual/command-ref/opt-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,23 @@

</varlistentry>

<varlistentry><term><option>--no-build-hook</option></term>

<listitem>

<para>Disables the build hook mechanism. This allows to ignore remote
builders if they are setup on the machine.</para>

<para>It's useful in cases where the bandwidth between the client and the
remote builder is too low. In that case it can take more time to upload the
sources to the remote builder and fetch back the result than to do the
computation locally.</para>

</listitem>

</varlistentry>



<varlistentry><term><option>--readonly-mode</option></term>

Expand Down