Skip to content

Commit e6f24b3

Browse files
authored
Simplify the option descriptions
1 parent 9dcf327 commit e6f24b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

6161
### Options
6262

63-
- If you want to build a shared library, enable the compile-time CMake option `SMOLRTSP_SHARED`; otherwise, SmolRTSP will be compiled as a static library.
64-
- If you want to see full macro expansion backtraces, enable `SMOLRTSP_FULL_MACRO_EXPANSION`. (Although this is not recommended because SmolRTSP relies on some heavy macro machinery.)
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.)
6565

6666
## Usage
6767

0 commit comments

Comments
 (0)