forked from premiere/premiere-libtorrent
fix build documentation
This commit is contained in:
parent
3099bfdb0a
commit
856700e401
|
@ -245,16 +245,13 @@ Build features:
|
||||||
| | * ``shared`` - links dynamically against the boost |
|
| | * ``shared`` - links dynamically against the boost |
|
||||||
| | libraries. |
|
| | libraries. |
|
||||||
+--------------------------+----------------------------------------------------+
|
+--------------------------+----------------------------------------------------+
|
||||||
| ``logging`` | * ``off`` - logging alerts disabled. |
|
| ``logging`` | * ``off`` - logging alerts disabled. The |
|
||||||
| | * ``on`` - default. logging alerts available, |
|
|
||||||
| | still need to be enabled by the alert mask. The |
|
|
||||||
| | reason to disable logging is to keep the binary |
|
| | reason to disable logging is to keep the binary |
|
||||||
| | size down. |
|
| | size low where that matters. |
|
||||||
|
| | * ``on`` - default. logging alerts available, |
|
||||||
|
| | still need to be enabled by the alert mask. |
|
||||||
+--------------------------+----------------------------------------------------+
|
+--------------------------+----------------------------------------------------+
|
||||||
| ``dht`` | * ``on`` - build with support for tracker less |
|
| ``dht`` | * ``on`` - build with DHT support |
|
||||||
| | torrents and DHT support. |
|
|
||||||
| | * ``logging`` - build with DHT support and verbose |
|
|
||||||
| | logging of the DHT protocol traffic. |
|
|
||||||
| | * ``off`` - build without DHT support. |
|
| | * ``off`` - build without DHT support. |
|
||||||
+--------------------------+----------------------------------------------------+
|
+--------------------------+----------------------------------------------------+
|
||||||
| ``asserts`` | * ``auto`` - asserts are on if in debug mode |
|
| ``asserts`` | * ``auto`` - asserts are on if in debug mode |
|
||||||
|
|
Loading…
Reference in New Issue