Skip to content

Commit

Permalink
Fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Aug 14, 2020
1 parent 9ff7a1c commit 64dddd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ Options can be cmake options. such as set compile toolchains, source directory o
+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| PROJECT_ENABLE_SAMPLE=YES|NO | [default=NO] Build samples. |
+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| PROJECT_DISABLE_MT=YES|NO | [default=NO] Disable multi-thread support. |
| LIBCOPP_DISABLE_THIS_MT=YES|NO | [default=NO] Disable multi-thread support for ``copp::this_coroutine`` and ``cotask::this_task``. |
+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| LIBCOPP_DISABLE_ATOMIC_LOCK=YES|NO | [default=NO] Disable multi-thread support. |
+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| LIBCOTASK_ENABLE=YES|NO | [default=YES] Enable build libcotask. |
+------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit 64dddd8

Please sign in to comment.