document which build options are default in Jamfile

This commit is contained in:
arvidn 2020-03-20 17:40:46 +01:00 committed by Arvid Norberg
parent 781c17363d
commit 7352d4fbec

View File

@ -280,7 +280,7 @@ Build features:
| | * ``system`` use the libc assert macro | | | * ``system`` use the libc assert macro |
+--------------------------+----------------------------------------------------+ +--------------------------+----------------------------------------------------+
| ``encryption`` | * ``on`` - encrypted bittorrent connections | | ``encryption`` | * ``on`` - encrypted bittorrent connections |
| | enabled. (Message Stream encryption). | | | enabled. (Message Stream encryption).(default) |
| | * ``off`` - turns off support for encrypted | | | * ``off`` - turns off support for encrypted |
| | connections. The shipped public domain SHA-1 | | | connections. The shipped public domain SHA-1 |
| | implementation is used. | | | implementation is used. |
@ -356,7 +356,7 @@ Build features:
| | * ``off`` - force not using iconv (disables locale | | | * ``off`` - force not using iconv (disables locale |
| | awareness except on windows). | | | awareness except on windows). |
+--------------------------+----------------------------------------------------+ +--------------------------+----------------------------------------------------+
| ``i2p`` | * ``on`` - build with I2P support | | ``i2p`` | * ``on`` - default. build with I2P support |
| | * ``off`` - build without I2P support | | | * ``off`` - build without I2P support |
+--------------------------+----------------------------------------------------+ +--------------------------+----------------------------------------------------+
| ``profile-calls`` | * ``off`` - default. No additional call profiling. | | ``profile-calls`` | * ``off`` - default. No additional call profiling. |
@ -371,25 +371,26 @@ Build features:
| | * ``on`` - Print verbose uTP log, used to debug | | | * ``on`` - Print verbose uTP log, used to debug |
| | the uTP implementation. | | | the uTP implementation. |
+--------------------------+----------------------------------------------------+ +--------------------------+----------------------------------------------------+
| ``picker-debugging`` | * ``off`` - no extra invariant checks in piece | | ``picker-debugging`` | * ``off`` - default. no extra invariant checks in |
| | picker. | | | piece picker. |
| | * ``on`` - include additional invariant checks in | | | * ``on`` - include additional invariant checks in |
| | piece picker. Used for testing the piece picker. | | | piece picker. Used for testing the piece picker. |
+--------------------------+----------------------------------------------------+ +--------------------------+----------------------------------------------------+
| ``extensions`` | * ``on`` - enable extensions to the bittorrent | | ``extensions`` | * ``on`` - enable extensions to the bittorrent |
| | protocol. | | | protocol.(default) |
| | * ``off`` - disable bittorrent extensions. | | | * ``off`` - disable bittorrent extensions. |
+--------------------------+----------------------------------------------------+ +--------------------------+----------------------------------------------------+
| ``streaming`` | * ``on`` - enable streaming functionality. i.e. | | ``streaming`` | * ``on`` - enable streaming functionality. i.e. |
| | ``set_piece_deadline()``. | | | ``set_piece_deadline()``. (default) |
| | * ``off`` - disable streaming functionality. | | | * ``off`` - disable streaming functionality. |
+--------------------------+----------------------------------------------------+ +--------------------------+----------------------------------------------------+
| ``super-seeding`` | * ``on`` - enable super seeding feature | | ``super-seeding`` | * ``on`` - enable super seeding feature. (default) |
| | * ``off`` - disable super seeding feature | | | * ``off`` - disable super seeding feature |
+--------------------------+----------------------------------------------------+ +--------------------------+----------------------------------------------------+
| ``predictive-pieces`` | * ``on`` - enable predictive piece announce | | ``predictive-pieces`` | * ``on`` - enable predictive piece announce |
| | feature. i.e. | | | feature. i.e. |
| | settings_pack::predictive_piece_announce | | | settings_pack::predictive_piece_announce |
| | (default) |
| | * ``off`` - disable feature. | | | * ``off`` - disable feature. |
+--------------------------+----------------------------------------------------+ +--------------------------+----------------------------------------------------+
| ``fpic`` | * ``off`` - default. Build without specifying | | ``fpic`` | * ``off`` - default. Build without specifying |