You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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`|
0 commit comments