Skip to content

Commit 0bcb7a1

Browse files
authored
Describe options as a MD table
1 parent e6f24b3 commit 0bcb7a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ target_link_libraries(MyProject smolrtsp)
6060

6161
### Options
6262

63-
- Enable `SMOLRTSP_SHARED` to build a shared library. By default, SmolRTSP is built as a static library.
64-
- Enable `SMOLRTSP_FULL_MACRO_EXPANSION` to see full macro expansion backtraces. (Although this is not recommended because SmolRTSP relies on some heavy macro machinery.)
63+
| Option | Description | Default |
64+
|--------|-------------|---------|
65+
| `SMOLRTSP_SHARED` | Build a shared library instead of static. | `OFF` |
66+
| `SMOLRTSP_FULL_MACRO_EXPANSION` | Show full macro expansion backtraces (not recommended). | `OFF` |
6567

6668
## Usage
6769

0 commit comments

Comments
 (0)